Home
last modified time | relevance | path

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

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