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

/external/chromium_org/v8/src/
H A Dfull-codegen.cc1634 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level() + 1; local
1635 if (loop_nesting_level > Code::kMaxLoopNestingMarker) return;
1639 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) {
1647 unoptimized->set_allow_osr_at_loop_nesting_level(loop_nesting_level);
1657 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); local
1661 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) {
1699 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); local
1706 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level),

Completed in 72 milliseconds