Searched refs:NativeObjectRelocation (Results 1 – 2 of 2) sorted by relevance
552 struct NativeObjectRelocation { struct564 NativeObjectRelocation GetNativeRelocation(void* obj) REQUIRES_SHARED(Locks::mutator_lock_); argument657 HashMap<void*, NativeObjectRelocation> native_object_relocations_;
1358 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()