Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h657 struct NativeObjectRelocation { struct
669 NativeObjectRelocation GetNativeRelocation(void* obj) REQUIRES_SHARED(Locks::mutator_lock_); argument
770 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_;
Dimage_writer.cc1059 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()
[all …]