Home
last modified time | relevance | path

Searched refs:AttemptOnStackReplacement (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Druntime-profiler.cc110 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function, in AttemptOnStackReplacement() function in v8::internal::RuntimeProfiler
175 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
191 AttemptOnStackReplacement(function); in OptimizeNow()
Druntime-profiler.h30 void AttemptOnStackReplacement(JSFunction* function, int nesting_levels = 1);
/external/v8/src/runtime/
Druntime-test.cc144 isolate->runtime_profiler()->AttemptOnStackReplacement( in RUNTIME_FUNCTION()