Searched refs:PastContextIndex (Results 1 – 3 of 3) sorted by relevance
32 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex()36 static int PastContextIndex(Node* node);
29 int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex() function in v8::internal::compiler::NodeProperties
799 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()