Lines Matching refs:CompilerDriver
39 bool ElfPatcher::Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch()
59 bool ElfPatcher::Patch(const CompilerDriver* driver, ElfFile* elf, const OatFile* oat_file, in Patch()
77 mirror::ArtMethod* ElfPatcher::GetTargetMethod(const CompilerDriver::CallPatchInformation* patch) { in GetTargetMethod()
99 mirror::Class* ElfPatcher::GetTargetType(const CompilerDriver::TypePatchInformation* patch) { in GetTargetType()
132 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation()
143 const CompilerDriver::CallPatchInformation* cpatch = patch->AsCall(); in SetPatchLocation()
154 const CompilerDriver::TypePatchInformation* tpatch = patch->AsType(); in SetPatchLocation()
192 typedef std::vector<const CompilerDriver::CallPatchInformation*> CallPatches; in PatchElf()
195 const CompilerDriver::CallPatchInformation* patch = code_to_patch[i]; in PatchElf()
246 const CompilerDriver::CallPatchInformation* patch = methods_to_patch[i]; in PatchElf()
251 const std::vector<const CompilerDriver::TypePatchInformation*>& classes_to_patch = in PatchElf()
254 const CompilerDriver::TypePatchInformation* patch = classes_to_patch[i]; in PatchElf()