Home
last modified time | relevance | path

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

/external/v8/src/
Dplatform-cygwin.cc695 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dplatform-macos.cc814 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dplatform-freebsd.cc817 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dplatform-solaris.cc821 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dplatform-openbsd.cc899 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dexecution.cc909 isolate->runtime_profiler()->OptimizeNow(); in HandleStackGuardInterrupt()
Dplatform-linux.cc1199 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Disolate.h797 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler() function
Dfull-codegen.cc336 isolate->runtime_profiler()->NotifyCodeGenerated(code->instruction_size()); in MakeCode()
Dplatform-win32.cc2030 sampler->isolate()->runtime_profiler()->NotifyTick(); in DoRuntimeProfile()
Dmark-compact.cc2392 heap()->isolate()->runtime_profiler()->RemoveDeadSamples(); in AfterMarking()
3409 heap()->isolate()->runtime_profiler()->UpdateSamplesAfterCompact( in EvacuateNewSpaceAndCandidates()
Dic.cc332 Isolate::Current()->runtime_profiler()->NotifyICChanged(); in PostPatching()
Dheap.cc1227 isolate()->runtime_profiler()->UpdateSamplesAfterScavenge(); in Scavenge()
Dapi.cc4339 isolate->runtime_profiler()->Reset(); in New()
Druntime.cc8236 isolate->runtime_profiler()->AttemptOnStackReplacement(*function); in RUNTIME_FUNCTION()