/art/compiler/llvm/ |
D | compiler_llvm.cc | 112 CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set) in CompilerLLVM() 178 static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver* driver) { in ContextOf() 184 static art::llvm::CompilerLLVM* ContextOf(const art::CompilerDriver& driver) { in ContextOf() 190 extern "C" void ArtInitCompilerContext(art::CompilerDriver* driver) { in ArtInitCompilerContext() 199 extern "C" void ArtUnInitCompilerContext(art::CompilerDriver* driver) { in ArtUnInitCompilerContext() 203 extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver* driver, in ArtCompileMethod() 222 extern "C" art::CompiledMethod* ArtLLVMJniCompileMethod(art::CompilerDriver* driver, in ArtLLVMJniCompileMethod() 236 extern "C" void compilerLLVMSetBitcodeFileName(const art::CompilerDriver& driver, in compilerLLVMSetBitcodeFileName()
|
D | llvm_compilation_unit.h | 81 void SetCompilerDriver(CompilerDriver* driver) { in SetCompilerDriver()
|
D | gbc_expander.cc | 408 art::CompilerDriver* driver, const art::DexCompilationUnit* dex_compilation_unit) in GBCExpanderPass() 3791 CompilerDriver* driver, const DexCompilationUnit* dex_compilation_unit) { in CreateGBCExpanderPass()
|
/art/compiler/ |
D | compiler.h | 90 void SetBitcodeFileName(const CompilerDriver& driver, const std::string& filename) { in SetBitcodeFileName() 107 virtual std::vector<uint8_t>* GetCallFrameInformationInitialization(const CompilerDriver& driver) in GetCallFrameInformationInitialization() 113 explicit Compiler(CompilerDriver* driver, uint64_t warning) : in Compiler()
|
D | elf_patcher.h | 48 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch() 56 static bool Patch(const CompilerDriver* driver, ElfFile* elf_file, in Patch() 65 ElfPatcher(const CompilerDriver* driver, ElfFile* elf_file, const OatFile* oat_file, in ElfPatcher()
|
D | compiled_method.cc | 145 CompiledMethod::CompiledMethod(CompilerDriver* driver, in CompiledMethod() 163 CompiledMethod::CompiledMethod(CompilerDriver* driver, in CompiledMethod() 179 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod() 189 CompiledMethod::CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, in CompiledMethod()
|
D | compiler.cc | 89 explicit LLVMCompiler(CompilerDriver* driver) : Compiler(driver, 1000) {} in LLVMCompiler() 165 void SetBitcodeFileName(const CompilerDriver& driver, const std::string& filename) { in SetBitcodeFileName() 179 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create()
|
D | compilers.h | 26 explicit QuickCompiler(CompilerDriver* driver) : Compiler(driver, 100) {} in QuickCompiler()
|
D | elf_writer.h | 48 ElfWriter(const CompilerDriver& driver, File* elf_file) in ElfWriter()
|
D | elf_patcher.cc | 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()
|
D | elf_writer_mclinker.cc | 47 ElfWriterMclinker::ElfWriterMclinker(const CompilerDriver& driver, File* elf_file) in ElfWriterMclinker() 59 const CompilerDriver& driver) { in Create()
|
D | elf_writer_quick.h | 46 ElfWriterQuick(const CompilerDriver& driver, File* elf_file) in ElfWriterQuick()
|
D | elf_writer_quick.cc | 886 const CompilerDriver& driver) { in Create()
|
/art/compiler/dex/ |
D | frontend.cc | 35 extern "C" void ArtInitQuickCompilerContext(art::CompilerDriver* driver) { in ArtInitQuickCompilerContext() 39 extern "C" void ArtUnInitQuickCompilerContext(art::CompilerDriver* driver) { in ArtUnInitQuickCompilerContext() 618 static CompiledMethod* CompileMethod(CompilerDriver& driver, in CompileMethod() 805 CompiledMethod* CompileOneMethod(CompilerDriver& driver, in CompileOneMethod() 822 ArtQuickCompileMethod(art::CompilerDriver& driver, in ArtQuickCompileMethod()
|
D | dex_to_dex_compiler.cc | 274 extern "C" void ArtCompileDEX(art::CompilerDriver& driver, const art::DexFile::CodeItem* code_item, in ArtCompileDEX()
|
D | mir_graph.cc | 2172 PassDriverMEPostOpt driver(cu_); in CalculateBasicBlockInformation() local
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 53 CompilerDriver* driver, in JniCompiler()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 68 OptimizingCompiler::OptimizingCompiler(CompilerDriver* driver) : QuickCompiler(driver) { in OptimizingCompiler()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 57 CompiledMethod* ArtJniCompileMethodInternal(CompilerDriver* driver, in ArtJniCompileMethodInternal()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 353 CompilerDriver* driver = cu_->compiler_driver; in GenNewArray() local 952 CompilerDriver* driver = cu_->compiler_driver; in GenNewInstance() local
|
/art/dex2oat/ |
D | dex2oat.cc | 379 std::unique_ptr<CompilerDriver> driver(new CompilerDriver(compiler_options_, in CreateOatFile() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1954 CompilerDriver* driver = manager->GetCompiler(); in CompileClass() local
|