Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc630 Handle<mirror::Class> static_field_class(hs.NewHandle( in TEST_F() local
632 ASSERT_TRUE(static_field_class != nullptr); in TEST_F()
633 ASSERT_FALSE(heap->ObjectIsInBootImageSpace(static_field_class.Get())); in TEST_F()
635 mirror::Class::FindField(soa.Self(), static_field_class.Get(), "intField", "I"); in TEST_F()
711 Transaction strict_transaction(/*strict=*/ true, /*root=*/ static_field_class.Get()); in TEST_F()
727 EXPECT_FALSE(strict_transaction.WriteConstraint(soa.Self(), static_field_class.Get())); in TEST_F()
728 EXPECT_FALSE(strict_transaction.ReadConstraint(soa.Self(), static_field_class.Get())); in TEST_F()