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()
65 DexFileDeps* my_deps = GetDexFileDeps(*dex_file); in MergeWith()
66 DexFileDeps& other_deps = *other->GetDexFileDeps(*dex_file); in MergeWith()
80 VerifierDeps::DexFileDeps* VerifierDeps::GetDexFileDeps(const DexFile& dex_file) { in GetDexFileDeps() function in art::verifier::VerifierDeps
85 const VerifierDeps::DexFileDeps* VerifierDeps::GetDexFileDeps(const DexFile& dex_file) const { in GetDexFileDeps() function in art::verifier::VerifierDeps
229 DexFileDeps* deps = singleton->GetDexFileDeps(dex_file); in GetIdFromString()
260 const DexFileDeps* deps = GetDexFileDeps(dex_file); in GetStringFromId()
289 return (GetDexFileDeps(*dex_file) == nullptr); in IsInClassPath()
295 DexFileDeps* dex_deps = GetDexFileDeps(dex_file); in AddClassResolution()
313 DexFileDeps* dex_deps = GetDexFileDeps(dex_file); in AddFieldResolution()
[all …]
Dverifier_deps.h137 return GetDexFileDeps(dex_file)->verified_classes_; in GetVerifiedClasses()
141 return GetDexFileDeps(dex_file)->redefined_classes_; in GetRedefinedClasses()
254 DexFileDeps* GetDexFileDeps(const DexFile& dex_file);
256 const DexFileDeps* GetDexFileDeps(const DexFile& dex_file) const;
/art/dex2oat/
Dverifier_deps_test.cc485 decoded_deps.GetDexFileDeps(*second_dex_files.front()); in RunValidation()
1444 VerifierDeps::DexFileDeps* deps = decoded_deps.GetDexFileDeps(*primary_dex_file_); in TEST_F()