Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc127 patches_.push_back(p); in AddPatch()
194 patches_.reserve(compiler_driver_->GetCodeToPatch().size() + in PatchElf()
285 CHECK_LE(patches_.size() * sizeof(uintptr_t), shdr->sh_size) in WriteOutPatchData()
293 memcpy(elf_file_->Begin() + shdr->sh_offset, patches_.data(), in WriteOutPatchData()
294 patches_.size() * sizeof(uintptr_t)); in WriteOutPatchData()
298 shdr->sh_size = patches_.size() * sizeof(uintptr_t); in WriteOutPatchData()
Delf_patcher.h126 std::vector<uintptr_t> patches_; variable