Searched refs:image_root_object (Results 1 – 1 of 1) sorted by relevance
1833 ObjPtr<mirror::Object> image_root_object = image_header_.GetImageRoot(image_root); in Dump() local1834 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()1835 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()1837 = image_root_object->AsObjectArray<mirror::Object>(); in Dump()