Searched refs:obj_array (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
H A Dspace_bitmap.cc233 mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>(); local
234 int32_t length = obj_array->GetLength();
236 mirror::Object* value = obj_array->Get(i);
/art/oatdump/
H A Doatdump.cc1687 auto* obj_array = obj->AsObjectArray<mirror::Object>(); local
1688 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) {
1689 mirror::Object* value = obj_array->Get(i);
1692 if (value == obj_array->Get(j)) {

Completed in 1328 milliseconds