Home
last modified time | relevance | path

Searched refs:primary_oat_file_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer.h379 bool primary_oat_file_; variable
H A Doat_writer.cc401 primary_oat_file_(false), in OatWriter()
724 primary_oat_file_ = (key_value_store != nullptr); in StartRoData()
2275 if (GetCompilerOptions().IsBootImage() && primary_oat_file_) { in InitOatCode()
2995 if (GetCompilerOptions().IsBootImage() && primary_oat_file_) { in WriteCode()