Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc711 Transaction strict_transaction(/*strict=*/ true, /*root=*/ static_field_class.Get()); in TEST_F() local
713 EXPECT_TRUE(strict_transaction.WriteConstraint(soa.Self(), boolean_class.Get())); in TEST_F()
714 EXPECT_TRUE(strict_transaction.ReadConstraint(soa.Self(), boolean_class.Get())); in TEST_F()
717 EXPECT_TRUE(strict_transaction.WriteConstraint(soa.Self(), true_value.Get())); in TEST_F()
718 EXPECT_TRUE(strict_transaction.WriteConstraint(soa.Self(), array_iftable.Get())); in TEST_F()
720 EXPECT_TRUE(strict_transaction.WriteConstraint(soa.Self(), static_fields_test_class.Get())); in TEST_F()
721 EXPECT_TRUE(strict_transaction.ReadConstraint(soa.Self(), static_fields_test_class.Get())); in TEST_F()
724 EXPECT_FALSE(strict_transaction.WriteConstraint(soa.Self(), instance_fields_test_object.Get())); in TEST_F()
725 EXPECT_FALSE(strict_transaction.WriteConstraint(soa.Self(), long_array_dim2.Get())); in TEST_F()
727 EXPECT_FALSE(strict_transaction.WriteConstraint(soa.Self(), static_field_class.Get())); in TEST_F()
[all …]