Searched refs:image_root_object (Results 1 – 1 of 1) sorted by relevance
698 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root); in Dump() local699 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object); in Dump()700 if (image_root_object->IsObjectArray()) { in Dump()705 = down_cast<mirror::ObjectArray<mirror::Object>*>(image_root_object); in Dump()