Home
last modified time | relevance | path

Searched defs:driver (Results 1 – 22 of 22) sorted by relevance

/art/compiler/llvm/
Dcompiler_llvm.cc112 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()
Dllvm_compilation_unit.h81 void SetCompilerDriver(CompilerDriver* driver) { in SetCompilerDriver()
Dgbc_expander.cc408 art::CompilerDriver* driver, const art::DexCompilationUnit* dex_compilation_unit) in GBCExpanderPass()
3791 CompilerDriver* driver, const DexCompilationUnit* dex_compilation_unit) { in CreateGBCExpanderPass()
/art/compiler/
Dcompiler.h90 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()
Delf_patcher.h48 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()
Dcompiled_method.cc145 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()
Dcompiler.cc89 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()
Dcompilers.h26 explicit QuickCompiler(CompilerDriver* driver) : Compiler(driver, 100) {} in QuickCompiler()
Delf_writer.h48 ElfWriter(const CompilerDriver& driver, File* elf_file) in ElfWriter()
Delf_patcher.cc39 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()
Delf_writer_mclinker.cc47 ElfWriterMclinker::ElfWriterMclinker(const CompilerDriver& driver, File* elf_file) in ElfWriterMclinker()
59 const CompilerDriver& driver) { in Create()
Delf_writer_quick.h46 ElfWriterQuick(const CompilerDriver& driver, File* elf_file) in ElfWriterQuick()
Delf_writer_quick.cc886 const CompilerDriver& driver) { in Create()
/art/compiler/dex/
Dfrontend.cc35 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()
Ddex_to_dex_compiler.cc274 extern "C" void ArtCompileDEX(art::CompilerDriver& driver, const art::DexFile::CodeItem* code_item, in ArtCompileDEX()
Dmir_graph.cc2172 PassDriverMEPostOpt driver(cu_); in CalculateBasicBlockInformation() local
/art/compiler/jni/portable/
Djni_compiler.cc53 CompilerDriver* driver, in JniCompiler()
/art/compiler/optimizing/
Doptimizing_compiler.cc68 OptimizingCompiler::OptimizingCompiler(CompilerDriver* driver) : QuickCompiler(driver) { in OptimizingCompiler()
/art/compiler/jni/quick/
Djni_compiler.cc57 CompiledMethod* ArtJniCompileMethodInternal(CompilerDriver* driver, in ArtJniCompileMethodInternal()
/art/compiler/dex/quick/
Dgen_common.cc353 CompilerDriver* driver = cu_->compiler_driver; in GenNewArray() local
952 CompilerDriver* driver = cu_->compiler_driver; in GenNewInstance() local
/art/dex2oat/
Ddex2oat.cc379 std::unique_ptr<CompilerDriver> driver(new CompilerDriver(compiler_options_, in CreateOatFile() local
/art/compiler/driver/
Dcompiler_driver.cc1954 CompilerDriver* driver = manager->GetCompiler(); in CompileClass() local