Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h128 ArtMethod* GetImageMethodAddress(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Doat_writer.cc1949 method = writer_->image_writer_->GetImageMethodAddress(method); in GetTargetMethodOffset()
Dimage_writer.cc2728 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) { in GetImageMethodAddress() function in art::linker::ImageWriter