Home | History | Annotate | Download | only in cctest

Lines Matching refs:uid2

1383   unsigned uid2 = s2->GetUid();
1384 CHECK_NE(static_cast<int>(uid1), static_cast<int>(uid2));
1385 CHECK_EQ(s2, FindHeapSnapshot(heap_profiler, uid2));
1395 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid2));