Home
last modified time | relevance | path

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

/art/test/116-nodex2oat/
Dnodex2oat.cc42 return Runtime::Current()->IsDex2OatEnabled(); in Java_Main_isDex2OatEnabled()
/art/runtime/
Druntime.h109 bool IsDex2OatEnabled() const { in IsDex2OatEnabled() function
Dclass_linker.cc936 if (Runtime::Current()->IsDex2OatEnabled() && has_flock && scoped_flock.HasFile()) { in OpenDexFilesFromOat()
1418 if (!Runtime::Current()->IsDex2OatEnabled()) { in PatchAndRetrieveOat()