Home | History | Annotate | Download | only in oatdump

Lines Matching defs:obj_array

1278       mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>();
1279 int32_t length = obj_array->GetLength();
1281 mirror::Object* value = obj_array->Get(i);
1284 if (value == obj_array->Get(j)) {