HomeSort by relevance Sort by last modified time
    Searched full:image_root_object (Results 1 - 1 of 1) sorted by null

  /art/oatdump/
oatdump.cc 698 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root); local
699 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
700 if (image_root_object->IsObjectArray()) {
705 = down_cast<mirror::ObjectArray<mirror::Object>*>(image_root_object);
706 // = image_root_object->AsObjectArray<Object>();
    [all...]

Completed in 872 milliseconds