Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dverifier_deps.h135 bool ContainsDexFile(const DexFile& dex_file) const { in ContainsDexFile() function
/aosp12/art/runtime/
H A Dvdex_file.h312 bool ContainsDexFile(const DexFile& dex_file) const;
H A Dclass_linker.cc4573 verifier_deps->ContainsDexFile(klass->GetDexFile()) && in VerifyClass()