FindProfile       174 include/v8-profiler.h   static const CpuProfile* FindProfile(
FindProfile      5963 src/api.cc           i::CpuProfiler::FindProfile(
FindProfile       215 src/cpu-profiler.h   static CpuProfile* FindProfile(Object* security_token, unsigned uid);
FindProfile       311 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p1, v8::CpuProfiler::FindProfile(uid1));
FindProfile       314 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
FindProfile       323 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p2, v8::CpuProfiler::FindProfile(uid2));
FindProfile       324 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
FindProfile       332 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
FindProfile       333 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
FindProfile       336 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
FindProfile       337 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
FindProfile       340 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3));
FindProfile       341 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
FindProfile       342 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
FindProfile       357 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p1, v8::CpuProfiler::FindProfile(uid1));
FindProfile       359 test/cctest/test-cpu-profiler.cc   const v8::CpuProfile* p1_t1 = v8::CpuProfiler::FindProfile(uid1, token1);
FindProfile       365 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
FindProfile       366 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1, token1));
FindProfile       378 test/cctest/test-cpu-profiler.cc   const v8::CpuProfile* p2 = v8::CpuProfiler::FindProfile(uid2);
FindProfile       387 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
FindProfile       390 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
FindProfile       391 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
FindProfile       394 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
FindProfile       395 test/cctest/test-cpu-profiler.cc   CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
FindProfile       398 test/cctest/test-cpu-profiler.cc   CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3));