Home | History | Annotate | Download | only in cctest

Lines Matching refs:p2

136 static int CompareProfileNodes(const T* p1, const T* p2) {
137 return strcmp((*p1)->entry()->name(), (*p2)->entry()->name());
318 const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2);
319 CHECK_NE(NULL, p2);
321 unsigned uid2 = p2->GetUid();
323 CHECK_EQ(p2, v8::CpuProfiler::FindProfile(uid2));
334 const_cast<v8::CpuProfile*>(p2)->Delete();
378 const v8::CpuProfile* p2 = v8::CpuProfiler::FindProfile(uid2);
379 CHECK_NE(p2_t2, p2);
392 const_cast<v8::CpuProfile*>(p2)->Delete();