Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-properties.h34 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex()
42 static int PastContextIndex(Node* node) { in PastContextIndex() function
Dsimplified-lowering.cc985 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()
4290 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()