Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_vdex_test.cc200 std::unique_ptr<VerifierDeps> deps2 = GetVerifierDeps(GetVdex(dex_file), dex_file.get()); in TEST_F() local
202 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicCtor;", *dex_file)); in TEST_F()
203 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicMethod;", *dex_file)); in TEST_F()
204 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicMethodFromParent;", *dex_file)); in TEST_F()
205 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicStaticMethod;", *dex_file)); in TEST_F()
206 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessPublicStaticField;", *dex_file)); in TEST_F()
208 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicCtor;", *dex_file)) << output_; in TEST_F()
209 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicMethod;", *dex_file)); in TEST_F()
210 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicMethodFromParent;", *dex_file)); in TEST_F()
211 ASSERT_TRUE(HasVerifiedClass(deps2, "LAccessNonPublicStaticMethod;", *dex_file)); in TEST_F()
[all …]
Dverifier_deps_test.cc558 VerifierDeps deps2(dex_files); in TEST_F() local
559 deps2.MaybeRecordVerificationStatus(&deps2, in TEST_F()
563 deps2.MaybeRecordVerificationStatus(&deps2, in TEST_F()
570 deps2.Encode(dex_files, &buffer2); in TEST_F()