Index: src/compiler/int64-lowering.h |
diff --git a/src/compiler/int64-lowering.h b/src/compiler/int64-lowering.h |
index 054c4219948bb640fc4bc43adb89f655046c4987..1f777fcd03e3f5064c021630b1a09c9b7ea4e20c 100644 |
--- a/src/compiler/int64-lowering.h |
+++ b/src/compiler/int64-lowering.h |
@@ -26,6 +26,9 @@ class Int64Lowering { |
static int GetParameterCountAfterLowering( |
Signature<MachineRepresentation>* signature); |
+ static int GetLowerWordOffset(); |
+ static int GetHigherWordOffset(); |
+ |
private: |
enum class State : uint8_t { kUnvisited, kOnStack, kVisited }; |
@@ -54,6 +57,7 @@ class Int64Lowering { |
bool HasReplacementHigh(Node* node); |
Node* GetReplacementHigh(Node* node); |
void PreparePhiReplacement(Node* phi); |
+ void GetIndexNodes(Node* index, Node*& index_low, Node*& index_high); |
struct NodeState { |
Node* node; |