Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc614 size_t offset = image_info.GetBinSlotOffset(bin_slot.GetBin()) + bin_slot.GetOffset(); in GetImageOffset()
2508 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()
2531 ImageSection(GetBinSlotOffset(Bin::kArtField), GetBinSlotSize(Bin::kArtField)); in CreateImageSections()
2537 ImageSection(GetBinSlotOffset(Bin::kArtMethodClean), in CreateImageSections()
2545 ImageSection(GetBinSlotOffset(Bin::kImTable), GetBinSlotSize(Bin::kImTable)); in CreateImageSections()
2551 … ImageSection(GetBinSlotOffset(Bin::kIMTConflictTable), GetBinSlotSize(Bin::kIMTConflictTable)); in CreateImageSections()
2557 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2564 ImageSection(GetBinSlotOffset(Bin::kDexCacheArray), in CreateImageSections()
Dimage_writer.h310 size_t GetBinSlotOffset(Bin bin) const { in GetBinSlotOffset() function