Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1870 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod()
1880 GetTargetMethodOffset(GetTargetMethod(patch)) + in VisitMethod()
2022 uint32_t GetTargetMethodOffset(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetMethodOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor