Lines Matching refs:NativeObjectRelocation
1059 NativeObjectRelocation { oat_index, in PrepareDexCacheArraySlots()
1074 NativeObjectRelocation { oat_index, offset, NativeObjectRelocationType::kDexCacheArray }); in AddDexCacheArrayRelocation()
2023 NativeObjectRelocation { in TryAssignBinSlot()
2037 NativeObjectRelocation { oat_index, in TryAssignBinSlot()
2074 NativeObjectRelocation { in TryAssignBinSlot()
2145 NativeObjectRelocation { in TryAssignImTableOffset()
2164 NativeObjectRelocation { in TryAssignConflictTableOffset()
2183 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
2535 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
2729 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
2813 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
3086 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) { in GetNativeRelocation()
3112 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()
3120 const NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeCopyLocation()