HomeSort by relevance Sort by last modified time
    Searched full:iprofiler (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-cpu-profiler.cc 353 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
    [all...]
test-profile-generator.cc 636 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());

Completed in 118 milliseconds