Lines Matching full:obj1
991 const HeapObject* obj1 = a->obj_;
996 return (obj1 > obj2) ? 1 : (obj1 == obj2) ? 0 : -1;
2112 Object* LiveObjectList::GetPathPrivate(HeapObject* obj1, HeapObject* obj2) {
2139 if (obj1 == NULL) {
2213 reinterpret_cast<void*>(obj1), reinterpret_cast<void*>(obj2));
2214 tracer.TracePathFrom(reinterpret_cast<Object**>(&obj1));
2253 HeapObject* obj1 = NULL;
2255 obj1 = HeapObject::cast(GetObj(obj_id1));
2256 if (obj1 == HEAP->undefined_value()) {
2257 return obj1;
2266 return GetPathPrivate(obj1, obj2);