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

/art/oatdump/
H A Doatdump.cc1004 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root); local
1005 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
1006 if (image_root_object->IsObjectArray()) {
1010 = image_root_object->AsObjectArray<mirror::Object>();

Completed in 21 milliseconds