Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc496 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeDexCacheArray }); in AddDexCacheArrayRelocation()
1408 NativeObjectRelocation { in TryAssignBinSlot()
1422 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeArtField }); in TryAssignBinSlot()
1454 NativeObjectRelocation { in TryAssignBinSlot()
1526 NativeObjectRelocation { in TryAssignImTableOffset()
1545 NativeObjectRelocation { in TryAssignConflictTableOffset()
1563 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
1858 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
2042 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
2291 const NativeObjectRelocation& relocation = it->second; in NativeOffsetInImage()
[all …]
Dimage_writer.h567 struct NativeObjectRelocation { struct
578 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_; argument