Searched refs:NativeObjectRelocation (Results 1 – 2 of 2) sorted by relevance
657 struct NativeObjectRelocation { struct669 NativeObjectRelocation GetNativeRelocation(void* obj) REQUIRES_SHARED(Locks::mutator_lock_); argument770 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_;
1059 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 …]