Searched refs:RuntimeProfiler (Results 1 – 4 of 4) sorted by relevance
68 RuntimeProfiler::RuntimeProfiler(Isolate* isolate) in RuntimeProfiler() function in v8::internal::RuntimeProfiler108 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()
18 class RuntimeProfiler {20 explicit RuntimeProfiler(Isolate* isolate);
99 class RuntimeProfiler; variable1008 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1672 RuntimeProfiler* runtime_profiler_;
3035 runtime_profiler_ = new RuntimeProfiler(this); in Throw()