Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc284 static const jbyte kPatchoatNeeded = 1; in CopyProfileFile() variable
336 return kPatchoatNeeded; in CopyProfileFile()
360 return kPatchoatNeeded; in CopyProfileFile()
546 if (oat_is_pic && dalvik_cache_decision == kPatchoatNeeded) { in CopyProfileFile()
551 CHECK(!(dalvik_cache_decision == kPatchoatNeeded && !should_relocate_if_possible)) in CopyProfileFile()
562 CHECK(!(system_decision == kPatchoatNeeded && !should_relocate_if_possible)) in CopyProfileFile()
566 if (oat_is_pic && system_decision == kPatchoatNeeded) { in CopyProfileFile()
570 if (require_system_version && system_decision == kPatchoatNeeded in CopyProfileFile()