Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1065 AssignIfExists(args, M::SwapDexSizeThreshold, &min_dex_file_cumulative_size_for_swap_); in ParseArgs()
2501 return dex_files_size >= min_dex_file_cumulative_size_for_swap_; in UseSwap()
2958 size_t min_dex_file_cumulative_size_for_swap_ = kDefaultMinDexFileCumulativeSizeForSwap; member in art::Dex2Oat