Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_level.h31 kCompactDexLevelFast, enumerator
37 #define ART_DEFAULT_COMPACT_DEX_LEVEL_VALUE_fast CompactDexLevel::kCompactDexLevelFast
/art/dexlayout/
Ddexlayout_main.cc155 options.compact_dex_level_ = CompactDexLevel::kCompactDexLevelFast; in DexlayoutDriver()
Ddexlayout_test.cc228 return (kDefaultCompactDexLevel == CompactDexLevel::kCompactDexLevelFast) ? in DefaultCompactDexOption()
/art/dex2oat/
Ddex2oat_options.cc394 {"fast", CompactDexLevel::kCompactDexLevelFast}}) in CreateDex2oatArgumentParser()