Home
last modified time | relevance | path

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

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