Searched refs:LoadDexFile (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/ |
D | verifier_deps_test.cc | 111 void LoadDexFile(ScopedObjectAccess& soa, const char* name1, const char* name2 = nullptr) in LoadDexFile() function in art::verifier::VerifierDepsTest 127 void LoadDexFile(ScopedObjectAccess& soa) REQUIRES_SHARED(Locks::mutator_lock_) { in LoadDexFile() function in art::verifier::VerifierDepsTest 128 LoadDexFile(soa, "VerifierDeps"); in LoadDexFile() 136 LoadDexFile(soa); in VerifyMethod() 186 LoadDexFile(soa, "VerifierDeps", multidex); in VerifyDexFile() 194 LoadDexFile(soa); in TestAssignabilityRecording() 347 LoadDexFile(soa); in TEST_F() 596 LoadDexFile(soa, "VerifierDeps", multi); in TEST_F() 605 LoadDexFile(soa, "VerifierDeps", multi); in TEST_F()
|
/art/tools/art_verifier/ |
D | art_verifier.cc | 43 bool LoadDexFile(const std::string& dex_filename, in LoadDexFile() function 201 if (!LoadDexFile(args_->dex_filename_, &unique_dex_files)) { in ExecuteWithRuntime()
|