Lines Matching refs:NativeObjectRelocation
724 NativeObjectRelocation { oat_index, in PrepareDexCacheArraySlots()
739 NativeObjectRelocation { oat_index, offset, NativeObjectRelocationType::kDexCacheArray }); in AddDexCacheArrayRelocation()
1610 NativeObjectRelocation { in RecordNativeRelocations()
1624 NativeObjectRelocation { oat_index, in RecordNativeRelocations()
1661 NativeObjectRelocation { in RecordNativeRelocations()
1721 NativeObjectRelocation { in TryAssignImTableOffset()
1740 NativeObjectRelocation { in TryAssignConflictTableOffset()
1759 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
2505 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
2713 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
2797 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
3082 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) { in GetNativeRelocation()
3108 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()
3116 const NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeCopyLocation()