Searched refs:PastValueIndex (Results 1 – 5 of 5) sorted by relevance
31 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()35 static int PastValueIndex(Node* node);
23 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
974 for (int i = NodeProperties::PastValueIndex(node) - 1; i >= 0; i--) { in DefaultLowering()
1397 for (int i = NodeProperties::PastValueIndex(node) - 1; i >= 0; i--) { in DefaultLowering()
798 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()