Home
last modified time | relevance | path

Searched refs:FindProfile (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dtest-cpu-profiler.cc311 CHECK_EQ(p1, v8::CpuProfiler::FindProfile(uid1)); in TEST()
314 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1)); in TEST()
323 CHECK_EQ(p2, v8::CpuProfiler::FindProfile(uid2)); in TEST()
324 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1)); in TEST()
332 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3)); in TEST()
333 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1)); in TEST()
336 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST()
337 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3)); in TEST()
340 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3)); in TEST()
341 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST()
[all …]
/external/v8/include/
Dv8-profiler.h173 static const CpuProfile* FindProfile(
/external/v8/src/
Dcpu-profiler.h215 static CpuProfile* FindProfile(Object* security_token, unsigned uid);
Dcpu-profiler.cc305 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) { in FindProfile() function in v8::internal::CpuProfiler
Dapi.cc5918 const CpuProfile* CpuProfiler::FindProfile(unsigned uid, in FindProfile() function in v8::CpuProfiler
5923 i::CpuProfiler::FindProfile( in FindProfile()