Home | History | Annotate | Download | only in cctest

Lines Matching refs:CpuProfiler

41 using i::CpuProfiler;
147 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
208 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
253 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
277 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
308 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
335 static bool FindCpuProfile(v8::CpuProfiler* v8profiler,
337 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler);
352 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
353 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler);
391 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
405 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
1275 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
1547 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
1658 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
1659 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler);