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