Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_deps.h247 static bool DecodeDexFileDeps(DexFileDeps& deps,
Dverifier_deps.cc775 bool VerifierDeps::DecodeDexFileDeps(DexFileDeps& deps, in DecodeDexFileDeps() function in art::verifier::VerifierDeps
808 if (UNLIKELY(!DecodeDexFileDeps</*kOnlyVerifiedClasses=*/ false>(*deps, in ParseStoredData()
836 if (UNLIKELY(!DecodeDexFileDeps</*kOnlyVerifiedClasses=*/ true>(deps, in ParseVerifiedClasses()