Searched refs:err_string (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc96 const DexFile::MethodId* DexFileVerifier::CheckLoadMethodId(uint32_t idx, const char* err_string) { argument
97 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {

Completed in 66 milliseconds