Home
last modified time | relevance | path

Searched defs:cpu_profiler (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/
Dprofiler-extension.cc62 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); in StartProfiling() local
70 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); in StopProfiling() local
Dtest-cpu-profiler.cc381 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
420 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
434 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in RunProfiler() local
1247 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
1570 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
1595 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
Dtest-api.cc99 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); in RunWithProfiler() local
/external/v8/src/profiler/
Dprofile-generator.h289 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() function
/external/v8/src/
Disolate.h925 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } in cpu_profiler() function
Dapi.cc7152 i::CpuProfiler* cpu_profiler = in GetCpuProfiler() local