Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc470 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeDexCacheArray }); in AddDexCacheArrayRelocation()
1176 NativeObjectRelocation { in WalkFieldsInOrder()
1190 NativeObjectRelocation { oat_index, offset, kNativeObjectRelocationTypeArtField }); in WalkFieldsInOrder()
1222 NativeObjectRelocation { in WalkFieldsInOrder()
1283 NativeObjectRelocation { in TryAssignConflictTableOffset()
1301 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
1434 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
1604 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
1848 const NativeObjectRelocation& relocation = it->second; in NativeOffsetInImage()
1860 const NativeObjectRelocation& relocation = it->second; in NativeLocationInImage()
Dimage_writer.h529 struct NativeObjectRelocation { struct
540 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_; argument