Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc197 compiler_driver_->GetStringsToPatch().size()); in PatchElf()
267 compiler_driver_->GetStringsToPatch()) { in PatchElf()
Delf_writer_quick.cc898 compiler_driver_->GetStringsToPatch().size(); in ReservePatchSpace()
/art/compiler/driver/
Dcompiler_driver.h637 const std::vector<const StringPatchInformation*>& GetStringsToPatch() const { in GetStringsToPatch() function