Home
last modified time | relevance | path

Searched refs:cpu_profiler (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.h289 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() function
/external/v8/src/
Disolate.h1371 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } in cpu_profiler() function
Dapi.cc7995 i::CpuProfiler* cpu_profiler = in GetCpuProfiler() local
7996 reinterpret_cast<i::Isolate*>(this)->cpu_profiler(); in GetCpuProfiler()
7997 return reinterpret_cast<CpuProfiler*>(cpu_profiler); in GetCpuProfiler()
9695 i::CpuProfiler* profiler = profile->cpu_profiler(); in Delete()