Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h100 image_info.image_begin_ + image_info.bin_slot_offsets_[kBinDexCacheArray] + in GetDexCacheArrayElementImageAddress()
293 size_t bin_slot_offsets_[kBinSize] = {}; // Number of bytes in previous bins. member
Dimage_writer.cc359 size_t bin_slot_offset = image_info.bin_slot_offsets_[bin_slot.GetBin()]; in AssignImageOffset()
1402 image_info.bin_slot_offsets_[i] = bin_offset; in CalculateNewObjectOffsets()
1437 relocation.offset += image_info.bin_slot_offsets_[bin_type]; in CalculateNewObjectOffsets()
1455 *field_section = ImageSection(bin_slot_offsets_[kBinArtField], bin_slot_sizes_[kBinArtField]); in CreateImageSections()
1456 CHECK_EQ(bin_slot_offsets_[kBinArtField], field_section->Offset()); in CreateImageSections()
1461 bin_slot_offsets_[kBinArtMethodClean], in CreateImageSections()
1466 *imt_conflict_tables_section = ImageSection(bin_slot_offsets_[kBinIMTConflictTable], in CreateImageSections()
1471 *runtime_methods_section = ImageSection(bin_slot_offsets_[kBinRuntimeMethod], in CreateImageSections()
1476 *dex_cache_arrays_section = ImageSection(bin_slot_offsets_[kBinDexCacheArray], in CreateImageSections()