Searched refs:kMaxLoopNestingMarker (Results 1 – 5 of 5) sorted by relevance
175 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
5172 static const int kMaxLoopNestingMarker = 6; variable5266 STATIC_ASSERT(AllowOSRAtLoopNestingLevelField::kMax >= kMaxLoopNestingMarker);
4990 DCHECK(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
145 *function, Code::kMaxLoopNestingMarker); in RUNTIME_FUNCTION()
238 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); in RecordBackEdge()1547 if (loop_nesting_level > Code::kMaxLoopNestingMarker) return; in Patch()1615 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker); in Verify()