Searched defs:compiler (Results 1 – 9 of 9) sorted by relevance
/art/compiler/sea_ir/ |
D | frontend.cc | 40 static CompiledMethod* CompileMethodWithSeaIr(CompilerDriver& compiler, in CompileMethodWithSeaIr() 64 CompiledMethod* SeaIrCompileOneMethod(CompilerDriver& compiler, in SeaIrCompileOneMethod() 79 SeaIrCompileMethod(art::CompilerDriver& compiler, in SeaIrCompileMethod()
|
/art/compiler/dex/ |
D | frontend.cc | 619 Compiler* compiler, in CompileMethod() 806 Compiler* compiler, in CompileOneMethod() 829 art::Compiler* compiler = driver.GetCompiler(); in ArtQuickCompileMethod() local
|
D | dex_to_dex_compiler.cc | 39 DexCompiler(art::CompilerDriver& compiler, in DexCompiler()
|
D | compiler_ir.h | 65 const Compiler* compiler; member
|
/art/dex2oat/ |
D | dex2oat.cc | 275 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/ |
D | jni_compiler.cc | 550 extern "C" art::CompiledMethod* ArtQuickJniCompileMethod(art::CompilerDriver* compiler, in ArtQuickJniCompileMethod()
|
/art/runtime/base/ |
D | logging.h | 304 bool compiler; member
|
/art/compiler/ |
D | oat_writer.cc | 54 const CompilerDriver* compiler, in OatWriter()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1452 CompilerDriver* compiler, in ParallelCompilationManager()
|