Home
last modified time | relevance | path

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

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