Searched refs:RuntimeProfiler (Results 1 – 4 of 4) sorted by relevance
54 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize()121 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function, in AttemptOnStackReplacement()155 void RuntimeProfiler::OptimizeNow() { in OptimizeNow()
22 class RuntimeProfiler {24 explicit RuntimeProfiler(Isolate* isolate);
863 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1225 RuntimeProfiler* runtime_profiler_;
1982 runtime_profiler_ = new RuntimeProfiler(this); in Init()