Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_vdex_test.cc180 std::unique_ptr<VerifierDeps> deps2 = GetVerifierDeps(GetVdex(dex_file), dex_file.get()); in TEST_F() local
182 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicCtor;", *dex_file)); in TEST_F()
183 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicMethod;", *dex_file)); in TEST_F()
184 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicMethodFromParent;", *dex_file)); in TEST_F()
185 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicStaticMethod;", *dex_file)); in TEST_F()
186 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicStaticField;", *dex_file)); in TEST_F()
188 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicCtor;", *dex_file)) << output_; in TEST_F()
189 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicMethod;", *dex_file)); in TEST_F()
190 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicMethodFromParent;", *dex_file)); in TEST_F()
191 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicStaticMethod;", *dex_file)); in TEST_F()
[all …]
Dverifier_deps_test.cc549 VerifierDeps deps2(dex_files); in TEST_F() local
550 deps2.MaybeRecordVerificationStatus(&deps2, in TEST_F()
554 deps2.MaybeRecordVerificationStatus(&deps2, in TEST_F()
561 deps2.Encode(dex_files, &buffer2); in TEST_F()