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