Searched refs:PastValueIndex (Results 1 – 4 of 4) sorted by relevance
28 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()32 static int PastValueIndex(Node* node);
19 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
778 for (int i = NodeProperties::PastValueIndex(node) - 1; i >= 0; i--) { in DefaultLowering()
726 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()