Searched refs:kMaxLoopNestingMarker (Results 1 – 5 of 5) sorted by relevance
190 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
472 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); in RecordBackEdge()1635 if (loop_nesting_level > Code::kMaxLoopNestingMarker) return; in Patch()1703 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker); in Verify()
5343 static const int kMaxLoopNestingMarker = 6; variable5439 STATIC_ASSERT(AllowOSRAtLoopNestingLevelField::kMax >= kMaxLoopNestingMarker);
4768 DCHECK(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
8707 *function, Code::kMaxLoopNestingMarker); in RUNTIME_FUNCTION()