Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dexecutable.h39 return reinterpret_cast64<ArtMethod*>(GetField64<kVerifyFlags>(ArtMethodOffset())); in GetArtMethod()
52 static MemberOffset ArtMethodOffset() { in ArtMethodOffset() function
H A Dexecutable-inl.h34 ArtMethodOffset(), reinterpret_cast64<uint64_t>(method)); in SetArtMethod()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3153 CopyAndFixupPointer(dest, mirror::Executable::ArtMethodOffset(), src_method); in FixupObject()