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

  /external/v8/test/unittests/compiler/
schedule-unittest.cc 40 b0.set_dominator_depth(0);
42 b1.set_dominator_depth(1);
44 b2.set_dominator_depth(2);
59 b0.set_dominator_depth(0);
61 b1.set_dominator_depth(1);
63 b2.set_dominator_depth(1);
65 b3.set_dominator_depth(2);
  /external/v8/src/compiler/
schedule.h 117 void set_dominator_depth(int32_t depth) { dominator_depth_ = depth; } function in class:v8::internal::compiler::final
scheduler.cc     [all...]

Completed in 276 milliseconds