Searched refs:AttemptOnStackReplacement (Results 1 – 3 of 3) sorted by relevance
169 void RuntimeProfiler::AttemptOnStackReplacement(JavaScriptFrame* frame, in AttemptOnStackReplacement() function in v8::internal::RuntimeProfiler222 AttemptOnStackReplacement(frame, AbstractCode::kMaxLoopNestingMarker); in MaybeOptimizeFullCodegen()238 AttemptOnStackReplacement(frame); in MaybeOptimizeFullCodegen()314 AttemptOnStackReplacement(frame, AbstractCode::kMaxLoopNestingMarker); in MaybeBaselineIgnition()340 AttemptOnStackReplacement(frame, AbstractCode::kMaxLoopNestingMarker); in MaybeOptimizeIgnition()391 AttemptOnStackReplacement(frame); in MaybeOSRIgnition()
26 void AttemptOnStackReplacement(JavaScriptFrame* frame,
261 isolate->runtime_profiler()->AttemptOnStackReplacement( in RUNTIME_FUNCTION()