Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h33 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex()
41 static int PastContextIndex(Node* node) { in PastContextIndex() function
Dsimplified-lowering.cc865 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()
3956 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()