Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h132 return reinterpret_cast<uint8_t*>(GetImageMethodAddress(method)) - global_image_begin_; in GetGlobalImageOffset()
144 ArtMethod* GetImageMethodAddress(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_);
H A Doat_writer.cc1922 method = writer_->image_writer_->GetImageMethodAddress(method); in GetTargetMethodOffset()
H A Dimage_writer.cc2876 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) const { in GetImageMethodAddress() function in art::linker::ImageWriter