Home
last modified time | relevance | path

Searched refs:PastValueIndex (Results 1 – 4 of 4) 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.cc19 int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
Dint64-lowering.cc778 for (int i = NodeProperties::PastValueIndex(node) - 1; i >= 0; i--) { in DefaultLowering()
Dsimplified-lowering.cc726 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()