HomeSort by relevance Sort by last modified time
    Searched refs:kMaxLoopNestingMarker (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
runtime-profiler.cc 274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
objects-inl.h     [all...]
objects.h     [all...]
runtime.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 380 __ test(eax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 343 __ testl(rax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
    [all...]

Completed in 846 milliseconds