Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc933 size_t bin_slot_offset = image_info.GetBinSlotOffset(bin_slot.GetBin()); in AssignImageOffset()
2538 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()
2561 ImageSection(GetBinSlotOffset(Bin::kArtField), GetBinSlotSize(Bin::kArtField)); in CreateImageSections()
2567 ImageSection(GetBinSlotOffset(Bin::kArtMethodClean), in CreateImageSections()
2575 ImageSection(GetBinSlotOffset(Bin::kImTable), GetBinSlotSize(Bin::kImTable)); in CreateImageSections()
2581 … ImageSection(GetBinSlotOffset(Bin::kIMTConflictTable), GetBinSlotSize(Bin::kIMTConflictTable)); in CreateImageSections()
2587 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2594 ImageSection(GetBinSlotOffset(Bin::kDexCacheArray), in CreateImageSections()
Dimage_writer.h309 size_t GetBinSlotOffset(Bin bin) const { in GetBinSlotOffset() function