Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1934 if (!UseSwap(IsBootImage() || IsBootImageExtension(), dex_files)) { in Setup()
2599 bool UseSwap(bool is_image, const std::vector<const DexFile*>& dex_files) { in UseSwap() function in art::Dex2Oat