Searched refs:imt_method (Results 1 – 1 of 1) sorted by relevance
1499 ArtMethod* imt_method = imt->Get(i, target_ptr_size_); in RecordNativeRelocations() local1500 DCHECK(imt_method != nullptr); in RecordNativeRelocations()1501 if (imt_method->IsRuntimeMethod() && in RecordNativeRelocations()1502 !IsInBootImage(imt_method) && in RecordNativeRelocations()1503 !NativeRelocationAssigned(imt_method)) { in RecordNativeRelocations()1504 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()