Home | History | Annotate | Download | only in src

Lines Matching defs:loop_depth

362     __ dd(back_edges_[i].loop_depth);
471 DCHECK(loop_depth() > 0);
472 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker);
1639 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) {
1661 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) {
1702 uint32_t loop_depth = back_edges.loop_depth(i);
1703 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker);
1706 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level),