Home
last modified time | relevance | path

Searched refs:kAotCompiler (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h73 kAotCompiler, // AOT compiler. enumerator
198 return compiler_type_ == CompilerType::kAotCompiler; in IsAotCompiler()
Dcompiler_options.cc53 compiler_type_(CompilerType::kAotCompiler), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc630 compiler_options_->compiler_type_ = CompilerOptions::CompilerType::kAotCompiler; in ProcessOptions()