Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-internal.cc347 isolate->runtime_profiler()->MarkCandidatesForOptimizationFromBytecode(); in RUNTIME_FUNCTION()
363 isolate->runtime_profiler()->MarkCandidatesForOptimizationFromCode(); in RUNTIME_FUNCTION()
Druntime-test.cc479 isolate->runtime_profiler()->AttemptOnStackReplacement( in RUNTIME_FUNCTION()
/external/v8/src/execution/
Disolate.h980 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler() function
/external/v8/src/ic/
Dic.cc321 isolate->runtime_profiler()->NotifyICChanged(); in OnFeedbackChanged()