Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc2224 bool do_layout = info_ != nullptr && !info_->IsEmpty(); in ProcessDexFile() local
2225 if (do_layout) { in ProcessDexFile()
2234 if (!OutputDexFile(dex_file, do_layout || !eagerly_assign_offsets, dex_container, error_msg)) { in ProcessDexFile()