Searched refs:GetProfilesCount (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 288 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 290 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 294 CHECK_EQ(1, CpuProfiler::GetProfilesCount()); in TEST() 296 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 301 CHECK_EQ(2, CpuProfiler::GetProfilesCount()); in TEST() 303 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 308 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 310 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 320 CHECK_EQ(0, v8::CpuProfiler::GetProfilesCount()); in TEST() 325 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount()); in TEST() [all …]
|
D | test-profile-generator.cc | 773 CHECK_EQ(0, CpuProfiler::GetProfilesCount()); in TEST() 780 CHECK_EQ(1, CpuProfiler::GetProfilesCount()); in TEST()
|
/external/v8/include/ |
D | v8-profiler.h | 165 static int GetProfilesCount();
|
/external/v8/src/ |
D | cpu-profiler.h | 227 static int GetProfilesCount();
|
D | cpu-profiler.cc | 303 int CpuProfiler::GetProfilesCount() { in GetProfilesCount() function in v8::internal::CpuProfiler
|
D | api.cc | 5182 if (i::CpuProfiler::GetProfilesCount() == 0 && in Delete() 5222 int CpuProfiler::GetProfilesCount() { in GetProfilesCount() function in v8::CpuProfiler 5225 return i::CpuProfiler::GetProfilesCount(); in GetProfilesCount()
|