Home | History | Annotate | Download | only in compiler

Lines Matching refs:CompilerDriver

36   static bool Patch(const CompilerDriver* driver, ElfFile* elf_file,
42 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file,
48 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file,
56 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file,
65 ElfPatcher(const CompilerDriver* driver, ElfFile* elf_file, const OatFile* oat_file,
81 mirror::ArtMethod* GetTargetMethod(const CompilerDriver::CallPatchInformation* patch)
84 mirror::Class* GetTargetType(const CompilerDriver::TypePatchInformation* patch)
86 mirror::String* GetTargetString(const CompilerDriver::StringPatchInformation* patch)
91 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
107 const CompilerDriver* compiler_driver_;