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

  /external/v8/src/compiler/
escape-analysis-reducer.cc 31 fully_reduced_(static_cast<int>(jsgraph->graph()->NodeCount() * 2), zone),
35 if (node->id() < static_cast<NodeId>(fully_reduced_.length()) &&
36 fully_reduced_.Contains(node->id())) {
59 if (node->id() >= static_cast<NodeId>(fully_reduced_.length()) ||
60 fully_reduced_.Contains(node->id())) {
76 input->id() >= static_cast<NodeId>(fully_reduced_.length()) ||
77 !fully_reduced_.Contains(input->id());
84 fully_reduced_.Add(node->id());
104 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
105 fully_reduced_.Add(node->id())
    [all...]
escape-analysis-reducer.h 53 BitVector fully_reduced_; member in class:v8::internal::compiler::final

Completed in 39 milliseconds