Lines Matching refs:CpuProfile
15 using i::CpuProfile;
179 CpuProfile* profile = in TEST()
269 CpuProfile* profile = in TEST()
323 const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1); in TEST()
328 const_cast<v8::CpuProfile*>(p1)->Delete(); in TEST()
334 const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2); in TEST()
343 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); in TEST()
350 const_cast<v8::CpuProfile*>(p2)->Delete(); in TEST()
354 const_cast<v8::CpuProfile*>(p3)->Delete(); in TEST()
369 const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1); in TEST()
375 const v8::CpuProfile* p1_t1 = v8::CpuProfiler::FindProfile(uid1, token1); in TEST()
379 const_cast<v8::CpuProfile*>(p1)->Delete(); in TEST()
383 const_cast<v8::CpuProfile*>(p1_t1)->Delete(); in TEST()
389 const v8::CpuProfile* p2_t2 = v8::CpuProfiler::StopProfiling(name2, token2); in TEST()
394 const v8::CpuProfile* p2 = v8::CpuProfiler::FindProfile(uid2); in TEST()
398 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); in TEST()
404 const_cast<v8::CpuProfile*>(p2_t2)->Delete(); in TEST()
408 const_cast<v8::CpuProfile*>(p2)->Delete(); in TEST()
412 const_cast<v8::CpuProfile*>(p3)->Delete(); in TEST()