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

  /external/v8/src/
runtime-profiler.h 111 void AttemptOnStackReplacement(JSFunction* function);
runtime-profiler.cc 168 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) {
290 if (nesting == 0) AttemptOnStackReplacement(function);

Completed in 478 milliseconds