Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h548 struct NativeObjectRelocation { struct
559 NativeObjectRelocation GetNativeRelocation(void* obj) const REQUIRES_SHARED(Locks::mutator_lock_); argument
672 HashMap<void*, NativeObjectRelocation> native_object_relocations_;
H A Dimage_writer.cc1431 NativeObjectRelocation{ in RecordNativeRelocations()
1467 NativeObjectRelocation{ in RecordNativeRelocations()
1525 NativeObjectRelocation{ in TryAssignImTableOffset()
1545 NativeObjectRelocation{ in TryAssignConflictTableOffset()
1566 std::make_pair(method, NativeObjectRelocation{oat_index, offset, type})); in AssignMethodOffset()
2653 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
2877 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
2963 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
3302 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) const { in GetNativeRelocation()
3328 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()