Home
last modified time | relevance | path

Searched refs:PastContextIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h31 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex()
35 static int PastContextIndex(Node* node);
Dnode-properties.cc28 int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex() function in v8::internal::compiler::NodeProperties
Dsimplified-lowering.cc754 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()