Searched refs:GetImageMethodAddress (Results 1 – 3 of 3) sorted by relevance
132 return reinterpret_cast<uint8_t*>(GetImageMethodAddress(method)) - global_image_begin_; in GetGlobalImageOffset()144 ArtMethod* GetImageMethodAddress(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_);
1922 method = writer_->image_writer_->GetImageMethodAddress(method); in GetTargetMethodOffset()
2876 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) const { in GetImageMethodAddress() function in art::linker::ImageWriter