Searched defs:compiler_backend (Results 1 - 7 of 7) sorted by relevance

/art/compiler/sea_ir/
H A Dfrontend.cc41 const CompilerBackend compiler_backend,
40 CompileMethodWithSeaIr(CompilerDriver& compiler, const CompilerBackend compiler_backend, const DexFile::CodeItem* code_item, uint32_t method_access_flags, InvokeType invoke_type, uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const DexFile& dex_file , llvm::LlvmCompilationUnit* llvm_compilation_unit ) argument
/art/compiler/dex/
H A Dcompiler_ir.h60 compiler_backend(kNoBackend),
89 CompilerBackend compiler_backend; member in struct:art::CompilationUnit
H A Dfrontend.cc110 const CompilerBackend compiler_backend,
127 cu.compiler_backend = compiler_backend;
153 if (compiler_backend == kPortable) {
225 if (compiler_backend == kPortable) {
109 CompileMethod(CompilerDriver& compiler, const CompilerBackend compiler_backend, const DexFile::CodeItem* code_item, uint32_t access_flags, InvokeType invoke_type, uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const DexFile& dex_file , llvm::LlvmCompilationUnit* llvm_compilation_unit ) argument
/art/compiler/
H A Doat_test.cc73 CompilerBackend compiler_backend = kPortable; local
75 CompilerBackend compiler_backend = kQuick; local
78 compiler_driver_.reset(new CompilerDriver(compiler_backend, insn_set, false, NULL, 2, true));
/art/runtime/
H A Dcommon_test.h329 CompilerBackend compiler_backend = kPortable; local
331 CompilerBackend compiler_backend = kQuick; local
345 compiler_driver_.reset(new CompilerDriver(compiler_backend, instruction_set,
/art/dex2oat/
H A Ddex2oat.cc156 CompilerBackend compiler_backend,
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
328 CompilerBackend compiler_backend,
331 : compiler_backend_(compiler_backend),
598 CompilerBackend compiler_backend = kPortable; local
600 CompilerBackend compiler_backend = kQuick; local
688 compiler_backend = kQuick;
690 compiler_backend = kPortable;
875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {
327 Dex2Oat(Runtime* runtime, CompilerBackend compiler_backend, InstructionSet instruction_set, size_t thread_count) argument
/art/compiler/driver/
H A Dcompiler_driver.cc338 CompilerDriver::CompilerDriver(CompilerBackend compiler_backend, InstructionSet instruction_set, argument
341 : compiler_backend_(compiler_backend),

Completed in 117 milliseconds