Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h214 bool IsGeneratingImage() const { in IsGeneratingImage() function
/art/dex2oat/driver/
Dcompiler_driver.cc828 if (GetCompilerOptions().IsGeneratingImage()) { in PreCompile()
1762 !GetCompilerOptions().IsGeneratingImage(); in FastVerify()
/art/dex2oat/
Ddex2oat.cc947 key_value_store_->Put(OatHeader::kRequiresImage, compiler_options_->IsGeneratingImage()); in InsertCompileOptions()