Home
last modified time | relevance | path

Searched refs:kMaxLoopNestingMarker (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Druntime-profiler.cc190 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
Dfull-codegen.cc472 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()
Dobjects.h5343 static const int kMaxLoopNestingMarker = 6; variable
5439 STATIC_ASSERT(AllowOSRAtLoopNestingLevelField::kMax >= kMaxLoopNestingMarker);
Dobjects-inl.h4768 DCHECK(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
Druntime.cc8707 *function, Code::kMaxLoopNestingMarker); in RUNTIME_FUNCTION()