Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.h33 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex()
38 static int PastValueIndex(Node* node) { in PastValueIndex() function in v8::internal::compiler::NodeProperties
H A Dint64-lowering.cc1081 for (int i = NodeProperties::PastValueIndex(node) - 1; i >= 0; i--) { in DefaultLowering()
H A Dsimplified-lowering.cc984 DCHECK_GE(index, NodeProperties::PastValueIndex(node)); in ProcessRemainingInputs()

Completed in 12 milliseconds