Searched refs:iprofiler (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 374 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler); in TEST() local 376 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 381 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST() 384 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 390 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST() 396 CHECK_EQ(2, iprofiler->GetProfilesCount()); in TEST() 401 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST() 405 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 1722 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); in TEST() local 1724 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() [all …]
|
D | test-profile-generator.cc | 584 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); in TEST() local 585 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 596 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST() 691 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); in TEST() local 692 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 706 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST()
|