Home
last modified time | relevance | path

Searched refs:RuntimeProfiler (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Druntime-profiler.cc54 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler
83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize()
121 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function, in AttemptOnStackReplacement()
155 void RuntimeProfiler::OptimizeNow() { in OptimizeNow()
Druntime-profiler.h22 class RuntimeProfiler {
24 explicit RuntimeProfiler(Isolate* isolate);
Disolate.h863 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1225 RuntimeProfiler* runtime_profiler_;
Disolate.cc1982 runtime_profiler_ = new RuntimeProfiler(this); in Init()