Searched refs:GetProfilesCount (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 330 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 332 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 336 CHECK_EQ(1, profiler->GetProfilesCount()); in TEST() 338 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 343 CHECK_EQ(2, profiler->GetProfilesCount()); in TEST() 345 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 350 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 352 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 361 int length = profiler->GetProfilesCount(); in FindCpuProfile() 376 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() [all …]
|
D | test-profile-generator.cc | 508 CHECK_EQ(0, profiler->GetProfilesCount()); in TEST() 515 CHECK_EQ(1, profiler->GetProfilesCount()); in TEST() 585 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 596 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST() 692 CHECK_EQ(0, iprofiler->GetProfilesCount()); in TEST() 706 CHECK_EQ(1, iprofiler->GetProfilesCount()); in TEST()
|
/external/v8/src/profiler/ |
D | cpu-profiler.h | 212 int GetProfilesCount();
|
D | cpu-profiler.cc | 176 int CpuProfiler::GetProfilesCount() { in GetProfilesCount() function in v8::internal::CpuProfiler
|