Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h200 return ArrayRef<const uintptr_t>(absolute_patch_locations_); in GetAbsolutePatchLocations()
367 dchecked_vector<uintptr_t> absolute_patch_locations_; variable
Doat_writer.cc317 absolute_patch_locations_() { in OatWriter()
666 writer_->absolute_patch_locations_.reserve( in InitCodeMethodVisitor()
756 writer_->absolute_patch_locations_.push_back(base_loc + patch.LiteralOffset()); in VisitMethod()