Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h510 void AssignMethodOffset(ArtMethod* method,
H A Dimage_writer.cc1476 AssignMethodOffset(&m, type, oat_index); in RecordNativeRelocations()
1504 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()
1553 void ImageWriter::AssignMethodOffset(ArtMethod* method, in AssignMethodOffset() function in art::linker::ImageWriter
2572 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()