Searched refs:bin_slot_offsets_ (Results 1 – 2 of 2) sorted by relevance
367 size_t bin_slot_offset = image_info.bin_slot_offsets_[bin_slot.GetBin()]; in AssignImageOffset()1820 image_info.bin_slot_offsets_[i] = bin_offset; in CalculateNewObjectOffsets()1861 relocation.offset += image_info.bin_slot_offsets_[bin_type]; in CalculateNewObjectOffsets()1877 *field_section = ImageSection(bin_slot_offsets_[kBinArtField], bin_slot_sizes_[kBinArtField]); in CreateImageSections()1878 CHECK_EQ(bin_slot_offsets_[kBinArtField], field_section->Offset()); in CreateImageSections()1883 bin_slot_offsets_[kBinArtMethodClean], in CreateImageSections()1888 *imt_section = ImageSection(bin_slot_offsets_[kBinImTable], bin_slot_sizes_[kBinImTable]); in CreateImageSections()1892 *imt_conflict_tables_section = ImageSection(bin_slot_offsets_[kBinIMTConflictTable], in CreateImageSections()1897 *runtime_methods_section = ImageSection(bin_slot_offsets_[kBinRuntimeMethod], in CreateImageSections()1902 *dex_cache_arrays_section = ImageSection(bin_slot_offsets_[kBinDexCacheArray], in CreateImageSections()
305 size_t bin_slot_offsets_[kBinSize] = {}; // Number of bytes in previous bins. member