Searched refs:GetBinSlotOffset (Results 1 – 2 of 2) sorted by relevance
933 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()
309 size_t GetBinSlotOffset(Bin bin) const { in GetBinSlotOffset() function