HomeSort by relevance Sort by last modified time
    Searched defs:AttemptOnStackReplacement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
runtime-profiler.cc 153 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
279 // TODO(titzer): fix AttemptOnStackReplacement to avoid this dumb loop.
281 AttemptOnStackReplacement(function);
300 AttemptOnStackReplacement(function);
  /external/v8/src/
runtime-profiler.cc 150 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
273 if (nesting == 0) AttemptOnStackReplacement(function);

Completed in 705 milliseconds