Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc525 jbyte dalvik_cache_decision = -1; in CopyProfileFile() local
530 dalvik_cache_decision = in CopyProfileFile()
534 if (dalvik_cache_decision != kDexoptNeeded && !require_system_version) { in CopyProfileFile()
535 CHECK(!(dalvik_cache_decision == kPatchoatNeeded && !should_relocate_if_possible)) in CopyProfileFile()
537 return dalvik_cache_decision; in CopyProfileFile()
549 && dalvik_cache_decision == kUpToDate) { in CopyProfileFile()
551 return dalvik_cache_decision; in CopyProfileFile()