Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop_depth

294       ASSERT(loop_depth() == 0);
296 ASSERT(loop_depth() == 0);
379 ASSERT(loop_depth() > 0);
380 __ test(eax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));