Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant.h440 bool CheckDisableCompactDex();
Doat_file_assistant.cc315 if (info.CheckDisableCompactDex()) { // TODO(b/256664509): Clean this up. in GetDexOptNeeded()
337 if (info.CheckDisableCompactDex()) { // TODO(b/256664509): Clean this up. in GetDexOptNeeded()
1275 bool OatFileAssistant::OatFileInfo::CheckDisableCompactDex() { in CheckDisableCompactDex() function in art::OatFileAssistant::OatFileInfo