Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 9 of 9) sorted by relevance

/art/compiler/sea_ir/
Dfrontend.cc40 static CompiledMethod* CompileMethodWithSeaIr(CompilerDriver& compiler, in CompileMethodWithSeaIr()
64 CompiledMethod* SeaIrCompileOneMethod(CompilerDriver& compiler, in SeaIrCompileOneMethod()
79 SeaIrCompileMethod(art::CompilerDriver& compiler, in SeaIrCompileMethod()
/art/compiler/dex/
Dfrontend.cc619 Compiler* compiler, in CompileMethod()
806 Compiler* compiler, in CompileOneMethod()
829 art::Compiler* compiler = driver.GetCompiler(); in ArtQuickCompileMethod() local
Ddex_to_dex_compiler.cc39 DexCompiler(art::CompilerDriver& compiler, in DexCompiler()
Dcompiler_ir.h65 const Compiler* compiler; member
/art/dex2oat/
Ddex2oat.cc275 void LogCompletionTime(const CompilerDriver* compiler) { in LogCompletionTime()
469 const CompilerDriver& compiler) in CreateImageFile()
1541 std::unique_ptr<const CompilerDriver> compiler(dex2oat->CreateOatFile(boot_image_option, in dex2oat() local
/art/compiler/jni/quick/
Djni_compiler.cc550 extern "C" art::CompiledMethod* ArtQuickJniCompileMethod(art::CompilerDriver* compiler, in ArtQuickJniCompileMethod()
/art/runtime/base/
Dlogging.h304 bool compiler; member
/art/compiler/
Doat_writer.cc54 const CompilerDriver* compiler, in OatWriter()
/art/compiler/driver/
Dcompiler_driver.cc1452 CompilerDriver* compiler, in ParallelCompilationManager()