Home
last modified time | relevance | path

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

/art/test/116-nodex2oat/
Dnodex2oat.cc41 return Runtime::Current()->IsDex2OatEnabled(); in Java_Main_isDex2OatEnabled()
/art/runtime/
Doat_file_assistant.cc624 if (!runtime->IsDex2OatEnabled()) { in CopyProfileFile()
662 if (!runtime->IsDex2OatEnabled()) { in CopyProfileFile()
Druntime.h135 bool IsDex2OatEnabled() const { in IsDex2OatEnabled() function