Searched refs:CheckHeader (Results 1 – 2 of 2) sorted by relevance
244 bool CheckHeader();572 bool DexFileVerifier::CheckHeader() { in CheckHeader() function in art::dex::DexFileVerifier3303 if (!CheckHeader()) { in Verify()
1599 return copy->CheckHeader(function_name, mod_okay) && copy->CheckRedZones(function_name); in Check()1643 bool CheckHeader(const char* function_name, bool mod_okay) const { in CheckHeader() function in art::__anon846bc2ca0111::GuardedCopy