Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc94 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler
154 void RuntimeProfiler::Optimize(JSFunction* function, in Optimize()
161 void RuntimeProfiler::Baseline(JSFunction* function, in Baseline()
169 void RuntimeProfiler::AttemptOnStackReplacement(JavaScriptFrame* frame, in AttemptOnStackReplacement()
213 void RuntimeProfiler::MaybeOptimizeFullCodegen(JSFunction* function, in MaybeOptimizeFullCodegen()
309 void RuntimeProfiler::MaybeBaselineIgnition(JSFunction* function, in MaybeBaselineIgnition()
335 void RuntimeProfiler::MaybeOptimizeIgnition(JSFunction* function, in MaybeOptimizeIgnition()
370 bool RuntimeProfiler::MaybeOSRIgnition(JSFunction* function, in MaybeOSRIgnition()
398 OptimizationReason RuntimeProfiler::ShouldOptimizeIgnition( in ShouldOptimizeIgnition()
440 void RuntimeProfiler::MarkCandidatesForOptimization() { in MarkCandidatesForOptimization()
Druntime-profiler.h18 class RuntimeProfiler {
20 explicit RuntimeProfiler(Isolate* isolate);
Disolate.h74 class RuntimeProfiler; variable
847 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()
1379 RuntimeProfiler* runtime_profiler_;
Disolate.cc2713 runtime_profiler_ = new RuntimeProfiler(this); in Throw()