Searched defs:iprofiler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc636 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); local
637 CHECK_EQ(0, iprofiler->GetProfilesCount());
647 CHECK_EQ(1, iprofiler->GetProfilesCount());
738 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); local
739 CHECK_EQ(0, iprofiler->GetProfilesCount());
755 CHECK_EQ(1, iprofiler->GetProfilesCount());
H A Dtest-cpu-profiler.cc353 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler); local
355 CHECK_EQ(0, iprofiler->GetProfilesCount());
360 CHECK_EQ(1, iprofiler->GetProfilesCount());
363 CHECK_EQ(0, iprofiler->GetProfilesCount());
369 CHECK_EQ(1, iprofiler->GetProfilesCount());
375 CHECK_EQ(2, iprofiler->GetProfilesCount());
380 CHECK_EQ(1, iprofiler->GetProfilesCount());
384 CHECK_EQ(0, iprofiler->GetProfilesCount());
1659 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); local
1661 CHECK_EQ(0, iprofiler
[all...]

Completed in 126 milliseconds