Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dnode-properties-inl.h34 return PastContextIndex(node); in FirstFrameStateIndex()
51 inline int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex() function
Dnode-properties.h52 static inline int PastContextIndex(Node* node);
Dsimplified-lowering.cc194 DCHECK_GE(index, NodeProperties::PastContextIndex(node)); in ProcessRemainingInputs()