Searched refs:RuntimeProfiler (Results 1 – 4 of 4) sorted by relevance
94 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler154 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()442 void RuntimeProfiler::MarkCandidatesForOptimization() { in MarkCandidatesForOptimization()
18 class RuntimeProfiler {20 explicit RuntimeProfiler(Isolate* isolate);
73 class RuntimeProfiler; variable843 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1311 RuntimeProfiler* runtime_profiler_;
2564 runtime_profiler_ = new RuntimeProfiler(this); in Throw()