Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_deps.cc42 DCHECK(GetDexFileDeps(*dex_file) == nullptr); in VerifierDeps()
68 DexFileDeps* my_deps = GetDexFileDeps(*dex_file); in MergeWith()
69 DexFileDeps& other_deps = *other->GetDexFileDeps(*dex_file); in MergeWith()
83 VerifierDeps::DexFileDeps* VerifierDeps::GetDexFileDeps(const DexFile& dex_file) { in GetDexFileDeps() function in art::verifier::VerifierDeps
88 const VerifierDeps::DexFileDeps* VerifierDeps::GetDexFileDeps(const DexFile& dex_file) const { in GetDexFileDeps() function in art::verifier::VerifierDeps
232 DexFileDeps* deps = singleton->GetDexFileDeps(dex_file); in GetIdFromString()
263 const DexFileDeps* deps = GetDexFileDeps(dex_file); in GetStringFromId()
292 return (GetDexFileDeps(*dex_file) == nullptr); in IsInClassPath()
298 DexFileDeps* dex_deps = GetDexFileDeps(dex_file); in AddClassResolution()
316 DexFileDeps* dex_deps = GetDexFileDeps(dex_file); in AddFieldResolution()
[all …]
Dverifier_deps.h136 return GetDexFileDeps(dex_file)->verified_classes_; in GetVerifiedClasses()
140 return GetDexFileDeps(dex_file)->redefined_classes_; in GetRedefinedClasses()
251 DexFileDeps* GetDexFileDeps(const DexFile& dex_file);
253 const DexFileDeps* GetDexFileDeps(const DexFile& dex_file) const;
/art/dex2oat/
Dverifier_deps_test.cc483 decoded_deps.GetDexFileDeps(*second_dex_files.front()); in RunValidation()
1436 VerifierDeps::DexFileDeps* deps = decoded_deps.GetDexFileDeps(*primary_dex_file_); in TEST_F()