Searched refs:image_root_object_array (Results 1 – 1 of 1) sorted by relevance
1842 ObjPtr<mirror::ObjectArray<mirror::Object>> image_root_object_array in Dump() local1845 for (int j = 0; j < image_root_object_array->GetLength(); j++) { in Dump()1846 ObjPtr<mirror::Object> value = image_root_object_array->Get(j); in Dump()1848 for (int32_t k = j + 1; k < image_root_object_array->GetLength(); k++) { in Dump()1849 if (value == image_root_object_array->Get(k)) { in Dump()