Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Dverifier_deps_test.cc329 VerifierDeps decoded_deps(second_dex_files, /*output_only=*/ false); in RunValidation() local
333 decoded_deps.GetDexFileDeps(*second_dex_files.front()); in RunValidation()
342 return decoded_deps.ValidateDependencies(soa.Self(), in RunValidation()
494 VerifierDeps decoded_deps(dex_files_, /*output_only=*/ false); in TEST_F() local
497 ASSERT_TRUE(verifier_deps_->Equals(decoded_deps)); in TEST_F()
522 VerifierDeps decoded_deps(dex_files, /*output_only=*/ false); in TEST_F() local
527 decoded_deps.Dump(&os); in TEST_F()
615 VerifierDeps decoded_deps(dex_files_, /*output_only=*/ false); in TEST_F() local
618 VerifyWithCompilerDriver(&decoded_deps); in TEST_F()
622 ASSERT_FALSE(verifier_deps_->Equals(decoded_deps)); in TEST_F()
[all …]