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

  /external/chromium_org/v8/src/
runtime-profiler.h 26 void AttemptOnStackReplacement(JSFunction* function);
runtime-profiler.cc 113 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
182 // TODO(titzer): fix AttemptOnStackReplacement to avoid this dumb loop.
184 AttemptOnStackReplacement(function);
203 AttemptOnStackReplacement(function);
runtime.cc     [all...]

Completed in 397 milliseconds