Lines Matching refs:Size
554 bitmap_section = ImageSection(out_offset, bitmap_section.Size()); in Write()
557 bitmap_section.Size(), in Write()
572 bitmap_section.Size()); in Write()
576 const size_t separately_written_section_size = bitmap_section.Size(); in Write()
668 image_info.IncrementBinSlotSize(Bin::kDexCacheArray, layout.Size()); in PrepareDexCacheArraySlots()
1650 const size_t method_size = ArtMethod::Size(target_ptr_size_); in RecordNativeRelocations()
1760 image_info.IncrementBinSlotSize(bin_type, ArtMethod::Size(target_ptr_size_)); in AssignMethodOffset()
2671 const size_t bitmap_bytes = image_info.image_bitmap_.Size(); in CreateHeader()
2829 size_t size = ArtMethod::Size(target_ptr_size_); in CopyAndFixupNativeData()
2888 CHECK_EQ(temp_intern_table.Size(), intern_table->Size()); in CopyAndFixupNativeData()
2984 DCHECK_LE(offset + n, image_info.image_.Size()); in CopyAndFixupObject()
3416 memcpy(copy, orig, ArtMethod::Size(target_ptr_size_)); in CopyAndFixupMethod()