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

  /external/v8/src/compiler/
schedule.h 116 int32_t dominator_depth() const { return dominator_depth_; }
117 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; }
152 int32_t dominator_depth_; // Depth within the dominator tree. member in class:v8::internal::compiler::final
schedule.cc 19 dominator_depth_(-1),

Completed in 132 milliseconds