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

  /external/chromium_org/v8/src/
runtime-profiler.h 22 class RuntimeProfiler {
24 explicit RuntimeProfiler(Isolate* isolate);
runtime-profiler.cc 54 RuntimeProfiler::RuntimeProfiler(Isolate* isolate)
83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
121 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function,
155 void RuntimeProfiler::OptimizeNow() {
isolate.h 863 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
    [all...]
isolate.cc     [all...]

Completed in 200 milliseconds