Searched refs:ReadConstraint (Results 1 – 4 of 4) sorted by relevance
690 EXPECT_FALSE(transaction.ReadConstraint(soa.Self(), boolean_class.Get())); in TEST_F()697 EXPECT_FALSE(transaction.ReadConstraint(soa.Self(), static_fields_test_class.Get())); in TEST_F()714 EXPECT_TRUE(strict_transaction.ReadConstraint(soa.Self(), boolean_class.Get())); in TEST_F()721 EXPECT_TRUE(strict_transaction.ReadConstraint(soa.Self(), static_fields_test_class.Get())); in TEST_F()728 EXPECT_FALSE(strict_transaction.ReadConstraint(soa.Self(), static_field_class.Get())); in TEST_F()
143 bool ReadConstraint(Thread* self, ObjPtr<mirror::Object> obj)
155 bool Transaction::ReadConstraint(Thread* self, ObjPtr<mirror::Object> obj) { in ReadConstraint() function in art::Transaction
523 if (Runtime::Current()->GetTransaction()->ReadConstraint(self, obj)) { in DoFieldGet()