Searched refs:image_root_object_array (Results 1 – 1 of 1) sorted by relevance
1736 ObjPtr<mirror::ObjectArray<mirror::Object>> image_root_object_array in Dump() local1739 for (int j = 0; j < image_root_object_array->GetLength(); j++) { in Dump()1740 ObjPtr<mirror::Object> value = image_root_object_array->Get(j); in Dump()1742 for (int32_t k = j + 1; k < image_root_object_array->GetLength(); k++) { in Dump()1743 if (value == image_root_object_array->Get(k)) { in Dump()