Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h552 struct NativeObjectRelocation { struct
564 NativeObjectRelocation GetNativeRelocation(void* obj) REQUIRES_SHARED(Locks::mutator_lock_); argument
657 HashMap<void*, NativeObjectRelocation> native_object_relocations_;
Dimage_writer.cc1358 NativeObjectRelocation { in RecordNativeRelocations()
1394 NativeObjectRelocation { in RecordNativeRelocations()
1441 NativeObjectRelocation { in TryAssignImTableOffset()
1461 NativeObjectRelocation { in TryAssignConflictTableOffset()
1482 std::make_pair(method, NativeObjectRelocation { oat_index, offset, type })); in AssignMethodOffset()
2443 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
2642 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()
2726 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()
3047 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) { in GetNativeRelocation()
3073 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()