Searched refs:LoadDexFile (Results 1 – 2 of 2) sorted by relevance
/art/tools/art_verifier/ |
D | art_verifier.cc | 43 bool LoadDexFile(const std::string& dex_filename, in LoadDexFile() function 203 if (!LoadDexFile(args_->dex_filename_, &unique_dex_files)) { in ExecuteWithRuntime()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 115 void LoadDexFile(ScopedObjectAccess& soa, const char* name1, const char* name2 = nullptr) in LoadDexFile() function in art::verifier::VerifierDepsTest 134 void LoadDexFile(ScopedObjectAccess& soa) REQUIRES_SHARED(Locks::mutator_lock_) { in LoadDexFile() function in art::verifier::VerifierDepsTest 135 LoadDexFile(soa, "VerifierDeps"); in LoadDexFile() 143 LoadDexFile(soa); in VerifyMethod() 196 LoadDexFile(soa, "VerifierDeps", multidex); in VerifyDexFile() 207 LoadDexFile(soa); in TestAssignabilityRecording() 507 LoadDexFile(soa); in TEST_F() 1422 LoadDexFile(soa, "VerifierDeps", multi); in TEST_F() 1431 LoadDexFile(soa, "VerifierDeps", multi); in TEST_F()
|