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

  /external/v8/src/
runtime-profiler.h 22 class RuntimeProfiler {
24 explicit RuntimeProfiler(Isolate* isolate);
runtime-profiler.cc 51 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
90 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
110 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function,
140 void RuntimeProfiler::OptimizeNow() {
isolate.h 809 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
    [all...]
isolate.cc     [all...]

Completed in 131 milliseconds