Searched refs:PastValueIndex (Results 1 – 3 of 3) sorted by relevance
28 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()32 static int PastValueIndex(Node* node);
18 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
570 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()