Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc121 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function, in AttemptOnStackReplacement() function in v8::internal::RuntimeProfiler
190 AttemptOnStackReplacement(function, Code::kMaxLoopNestingMarker); in OptimizeNow()
204 AttemptOnStackReplacement(function); in OptimizeNow()
Druntime-profiler.h30 void AttemptOnStackReplacement(JSFunction* function, int nesting_levels = 1);
Druntime.cc8706 isolate->runtime_profiler()->AttemptOnStackReplacement( in RUNTIME_FUNCTION()