Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h28 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()
32 static int PastValueIndex(Node* node);
Dnode-properties.cc18 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
Dsimplified-lowering.cc570 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()