Home | History | Annotate | Download | only in src

Lines Matching defs:obj2

992   const HeapObject* obj2 = b->obj_;
996 return (obj1 > obj2) ? 1 : (obj1 == obj2) ? 0 : -1;
2112 Object* LiveObjectList::GetPathPrivate(HeapObject* obj1, HeapObject* obj2) {
2136 LolPathTracer tracer(f, obj2, LolPathTracer::FIND_FIRST);
2152 if (obj2 == hobj) {
2161 reinterpret_cast<void*>(obj2),
2178 if (hobj == obj2) {
2188 PrintF(f, "path from roots to obj %p\n", reinterpret_cast<void*>(obj2));
2213 reinterpret_cast<void*>(obj1), reinterpret_cast<void*>(obj2));
2261 HeapObject* obj2 = HeapObject::cast(GetObj(obj_id2));
2262 if (obj2 == HEAP->undefined_value()) {
2263 return obj2;
2266 return GetPathPrivate(obj1, obj2);