Home
last modified time | relevance | path

Searched refs:bin_slot_offsets_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.cc366 size_t bin_slot_offset = image_info.bin_slot_offsets_[bin_slot.GetBin()]; in AssignImageOffset()
1700 image_info.bin_slot_offsets_[i] = bin_offset; in CalculateNewObjectOffsets()
1733 relocation.offset += image_info.bin_slot_offsets_[bin_type]; in CalculateNewObjectOffsets()
1749 *field_section = ImageSection(bin_slot_offsets_[kBinArtField], bin_slot_sizes_[kBinArtField]); in CreateImageSections()
1750 CHECK_EQ(bin_slot_offsets_[kBinArtField], field_section->Offset()); in CreateImageSections()
1755 bin_slot_offsets_[kBinArtMethodClean], in CreateImageSections()
1760 *imt_section = ImageSection(bin_slot_offsets_[kBinImTable], bin_slot_sizes_[kBinImTable]); in CreateImageSections()
1764 *imt_conflict_tables_section = ImageSection(bin_slot_offsets_[kBinIMTConflictTable], in CreateImageSections()
1769 *runtime_methods_section = ImageSection(bin_slot_offsets_[kBinRuntimeMethod], in CreateImageSections()
1774 *dex_cache_arrays_section = ImageSection(bin_slot_offsets_[kBinDexCacheArray], in CreateImageSections()
Dimage_writer.h115 image_info.image_begin_ + image_info.bin_slot_offsets_[kBinDexCacheArray] + in GetDexCacheArrayElementImageAddress()
312 size_t bin_slot_offsets_[kBinSize] = {}; // Number of bytes in previous bins. member