Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc175 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
Dobjects.h5172 static const int kMaxLoopNestingMarker = 6; variable
5266 STATIC_ASSERT(AllowOSRAtLoopNestingLevelField::kMax >= kMaxLoopNestingMarker);
Dobjects-inl.h4990 DCHECK(level >= 0 && level <= kMaxLoopNestingMarker); in set_allow_osr_at_loop_nesting_level()
/external/v8/src/runtime/
Druntime-test.cc145 *function, Code::kMaxLoopNestingMarker); in RUNTIME_FUNCTION()
/external/v8/src/full-codegen/
Dfull-codegen.cc238 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()