HomeSort by relevance Sort by last modified time
    Searched refs:PastContextIndex (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
node-properties.h 30 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); }
34 static int PastContextIndex(Node* node);
node-properties.cc 25 int NodeProperties::PastContextIndex(Node* node) {
simplified-lowering.cc 723 DCHECK_GE(index, NodeProperties::PastContextIndex(node));
    [all...]

Completed in 206 milliseconds