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

/external/v8/src/
H A Druntime-profiler.h104 void AttemptOnStackReplacement(JSFunction* function);
H A Druntime-profiler.cc150 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) { function in class:v8::RuntimeProfiler
273 if (nesting == 0) AttemptOnStackReplacement(function);
H A Druntime.cc8236 isolate->runtime_profiler()->AttemptOnStackReplacement(*function);

Completed in 468 milliseconds