Home | History | Annotate | Download | only in cctest

Lines Matching defs:uid2

1658   unsigned uid2 = s2->GetUid();
1659 CHECK_NE(static_cast<int>(uid1), static_cast<int>(uid2));
1660 CHECK_EQ(s2, FindHeapSnapshot(heap_profiler, uid2));
1670 CHECK_EQ(NULL, FindHeapSnapshot(heap_profiler, uid2));