Home | History | Annotate | Download | only in patchoat

Lines Matching refs:arr

497     mirror::IntArray* arr = object->AsIntArray();
498 mirror::IntArray* copy_arr = down_cast<mirror::IntArray*>(RelocatedCopyOf(arr));
499 for (size_t j = 0, count2 = arr->GetLength(); j < count2; ++j) {
501 j, RelocatedAddressOfIntPointer(arr->GetWithoutChecks(j)));
505 mirror::LongArray* arr = object->AsLongArray();
506 mirror::LongArray* copy_arr = down_cast<mirror::LongArray*>(RelocatedCopyOf(arr));
507 for (size_t j = 0, count2 = arr->GetLength(); j < count2; ++j) {
509 j, RelocatedAddressOfIntPointer(arr->GetWithoutChecks(j)));