Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1498 ArtMethod* imt_method = imt->Get(i, target_ptr_size_); in RecordNativeRelocations() local
1499 DCHECK(imt_method != nullptr); in RecordNativeRelocations()
1500 if (imt_method->IsRuntimeMethod() && in RecordNativeRelocations()
1501 !IsInBootImage(imt_method) && in RecordNativeRelocations()
1502 !NativeRelocationAssigned(imt_method)) { in RecordNativeRelocations()
1503 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()