Lines Matching +defs:map +defs:obj
93 jint ReportString(art::ObjPtr<art::mirror::Object> obj, in ReportString()
145 jint ReportPrimitiveArray(art::ObjPtr<art::mirror::Object> obj, in ReportPrimitiveArray()
214 bool VisitorFalse([[maybe_unused]] art::ObjPtr<art::mirror::Object> obj, in VisitorFalse()
230 static bool ReportFields(art::ObjPtr<art::mirror::Object> obj, in ReportFields()
277 bool ReportFieldsImpl(art::ObjPtr<art::mirror::Object> obj, in ReportFieldsImpl()
306 bool ReportFieldsRecursive(art::ObjPtr<art::mirror::Object> obj, in ReportFieldsRecursive()
493 [[maybe_unused]] void DumpObjectFields(art::ObjPtr<art::mirror::Object> obj) in DumpObjectFields()
514 static bool Report(art::ObjPtr<art::mirror::Object> obj, in Report()
552 static bool ReportPrimitiveFieldCallback(art::ObjPtr<art::mirror::Object> obj, in ReportPrimitiveFieldCallback()
1103 void VisitObject(art::mirror::Object* obj) in VisitObject()
1285 void MaybeEnqueue(art::mirror::Object* obj) REQUIRES_SHARED(art::Locks::mutator_lock_) { in MaybeEnqueue()
1494 static jint GetHeapId(art::ObjPtr<art::mirror::Object> obj) in GetHeapId()
1530 art::ObjPtr<art::mirror::Object> obj = tag_table->Find(tag); in GetObjectHeapId() local
1625 static void ReplaceObjectReferences(const ObjectMap& map) in ReplaceObjectReferences()
1702 static void ReplaceStrongRoots(art::Thread* self, const ObjectMap& map) in ReplaceStrongRoots()
1715 for (art::mirror::Object** obj = *roots; roots != end; obj = *(++roots)) { in ReplaceStrongRoots() local
1741 for (art::mirror::CompressedReference<art::mirror::Object>* obj = *roots; roots != end; in ReplaceStrongRoots() local
1797 const ObjectMap& map) in ReplaceWeakRoots()
1885 ObjectMap map { { old_obj_ptr, new_obj_ptr } }; in ReplaceReference() local
1889 void HeapExtensions::ReplaceReferences(art::Thread* self, const ObjectMap& map) { in ReplaceReferences()