Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc68 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler
108 void RuntimeProfiler::Optimize(JSFunction* function, in Optimize()
115 void RuntimeProfiler::AttemptOnStackReplacement(JavaScriptFrame* frame, in AttemptOnStackReplacement()
142 void RuntimeProfiler::MaybeOptimize(JSFunction* function, in MaybeOptimize()
171 bool RuntimeProfiler::MaybeOSR(JSFunction* function, JavaScriptFrame* frame) { in MaybeOSR()
195 OptimizationReason RuntimeProfiler::ShouldOptimize(JSFunction* function, in ShouldOptimize()
229 void RuntimeProfiler::MarkCandidatesForOptimization() { in MarkCandidatesForOptimization()
Druntime-profiler.h18 class RuntimeProfiler {
20 explicit RuntimeProfiler(Isolate* isolate);
Disolate.h99 class RuntimeProfiler; variable
1008 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1672 RuntimeProfiler* runtime_profiler_;
Disolate.cc3035 runtime_profiler_ = new RuntimeProfiler(this); in Throw()