Lines Matching refs:first

499       ArrayRef<const uint8_t> raw_image_data(image_info.image_.Begin() + block.first,  in Write()
507 out_offset = block.first; in Write()
515 /*image_offset=*/ block.first, in Write()
946 const size_t length = RoundUp(image_info.CreateImageSections().first, kPageSize); in AllocMemory()
1467 const DexFile* image_dex_file = pair.first; in CollectDexCaches()
2031 DCHECK(entry.first->IsClass()); in ProcessDexFileObjects()
2032 bool assigned = TryAssignBinSlot(entry.first, entry.second); in ProcessDexFileObjects()
2093 VisitReferences(/*obj=*/ pair.first, /*oat_index=*/ pair.second); in ProcessWorkQueue()
2492 image_info.image_size_ = RoundUp(image_info.CreateImageSections().first, kPageSize); in CalculateNewObjectOffsets()
2667 const size_t image_end = section_info_pair.first; in CreateHeader()
2804 DCHECK(!IsInBootImage(pair.first)); in CopyAndFixupNativeData()
2807 memcpy(dest, pair.first, sizeof(ArtField)); in CopyAndFixupNativeData()
2810 reinterpret_cast<ArtField*>(pair.first)->GetDeclaringClass()); in CopyAndFixupNativeData()
2816 CopyAndFixupMethod(reinterpret_cast<ArtMethod*>(pair.first), in CopyAndFixupNativeData()
2824 memcpy(dest, pair.first, LengthPrefixedArray<ArtField>::ComputeSize(0)); in CopyAndFixupNativeData()
2831 memcpy(dest, pair.first, LengthPrefixedArray<ArtMethod>::ComputeSize(0, size, alignment)); in CopyAndFixupNativeData()
2841 ImTable* orig_imt = reinterpret_cast<ImTable*>(pair.first); in CopyAndFixupNativeData()
2847 auto* orig_table = reinterpret_cast<ImtConflictTable*>(pair.first); in CopyAndFixupNativeData()
2854 auto* orig_pointer = reinterpret_cast<GcRoot<mirror::Object>*>(pair.first); in CopyAndFixupNativeData()
3251 if (orig_pair->first != 0u) { in FixupDexCacheArrayEntry()
3253 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast64<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()
3261 if (orig_pair->first != 0u) { in FixupDexCacheArrayEntry()
3263 reinterpret_cast<void**>(&new_pair->first), reinterpret_cast32<void*>(orig_pair->first)); in FixupDexCacheArrayEntry()