Home
last modified time | relevance | path

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

/art/dex2oat/
Dverifier_deps_test.cc481 VerifierDeps decoded_deps(second_dex_files, /*output_only=*/ false); in RunValidation() local
482 bool parsed = decoded_deps.ParseStoredData(second_dex_files, ArrayRef<const uint8_t>(buffer)); in RunValidation()
485 decoded_deps.GetDexFileDeps(*second_dex_files.front()); in RunValidation()
494 return decoded_deps.ValidateDependencies(soa.Self(), in RunValidation()
1149 VerifierDeps decoded_deps(dex_files_, /*output_only=*/ false); in TEST_F() local
1150 bool parsed = decoded_deps.ParseStoredData(dex_files_, ArrayRef<const uint8_t>(buffer)); in TEST_F()
1152 ASSERT_TRUE(verifier_deps_->Equals(decoded_deps)); in TEST_F()
1177 VerifierDeps decoded_deps(dex_files, /*output_only=*/ false); in TEST_F() local
1178 bool parsed = decoded_deps.ParseStoredData(dex_files, ArrayRef<const uint8_t>(buffer)); in TEST_F()
1182 decoded_deps.Dump(&os); in TEST_F()
[all …]