Searched defs:CheckHeader (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc262 bool DexFileVerifier::CheckHeader() { function in class:art::DexFileVerifier
2378 if (!CheckHeader()) {
H A Dcheck_jni.cc1464 return copy->CheckHeader(function_name, mod_okay) && copy->CheckRedZones(function_name);
1508 bool CheckHeader(const char* function_name, bool mod_okay) const { function in class:art::GuardedCopy

Completed in 59 milliseconds