Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h75 kAotCompiler, // AOT compiler. enumerator
184 return compiler_type_ == CompilerType::kAotCompiler; in IsAotCompiler()
Dcompiler_options.cc48 compiler_type_(CompilerType::kAotCompiler), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc641 compiler_options_->compiler_type_ = CompilerOptions::CompilerType::kAotCompiler; in ProcessOptions()