Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1274 bool eagerly_unquicken_vdex = DoDexLayoutOptimizations(); in OpenFile()
1558 const bool verify = !DoDexLayoutOptimizations() && (input_vdex_file_ == nullptr); in Setup()
2123 bool DoDexLayoutOptimizations() const { in DoDexLayoutOptimizations() function in art::FINAL
2383 const bool do_dexlayout = DoDexLayoutOptimizations(); in CreateOatWriters()