Searched refs:kMaxLoopNestingMarker (Results 1 – 11 of 11) sorted by relevance
271 for (int i = 0; i < Code::kMaxLoopNestingMarker; i++) { in OptimizeNow()290 if (nesting < Code::kMaxLoopNestingMarker) { in OptimizeNow()
487 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); in RecordBackEdge()1728 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker); in Verify()
4044 ASSERT(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
5407 static const int kMaxLoopNestingMarker = 6; variable
8573 for (int i = current_level + 1; i <= Code::kMaxLoopNestingMarker; i++) { in RUNTIME_FUNCTION()
274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker); in OptimizeNow()
3088 ASSERT(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
4435 static const int kMaxLoopNestingMarker = 6; variable
8238 Code::kMaxLoopNestingMarker); in RUNTIME_FUNCTION()
380 __ test(eax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker))); in EmitStackCheck()
343 __ testl(rax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker))); in EmitStackCheck()