Searched defs:AttemptOnStackReplacement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime-profiler.cc153 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) { function in class:RuntimeProfiler
279 // TODO(titzer): fix AttemptOnStackReplacement to avoid this dumb loop.
281 AttemptOnStackReplacement(function);
300 AttemptOnStackReplacement(function);
/external/v8/src/
H A Druntime-profiler.cc150 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) { function in class:v8::RuntimeProfiler
273 if (nesting == 0) AttemptOnStackReplacement(function);

Completed in 118 milliseconds