Searched refs:image_root_object_array (Results 1 – 1 of 1) sorted by relevance
1837 ObjPtr<mirror::ObjectArray<mirror::Object>> image_root_object_array in Dump() local1840 for (int j = 0; j < image_root_object_array->GetLength(); j++) { in Dump()1841 ObjPtr<mirror::Object> value = image_root_object_array->Get(j); in Dump()1843 for (int32_t k = j + 1; k < image_root_object_array->GetLength(); k++) { in Dump()1844 if (value == image_root_object_array->Get(k)) { in Dump()