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