Home
last modified time | relevance | path

Searched refs:image_root_object (Results 1 – 1 of 1) sorted by relevance

/art/oatdump/
Doatdump.cc1733 ObjPtr<mirror::Object> image_root_object = image_header_.GetImageRoot(image_root); in Dump() local
1734 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()
1735 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()
1737 = image_root_object->AsObjectArray<mirror::Object>(); in Dump()