Searched refs:static_field_class (Results 1 – 1 of 1) sorted by relevance
642 Handle<mirror::Class> static_field_class(hs.NewHandle( in TEST_F() local644 ASSERT_TRUE(static_field_class != nullptr); in TEST_F()645 ASSERT_FALSE(heap->ObjectIsInBootImageSpace(static_field_class.Get())); in TEST_F()647 mirror::Class::FindField(soa.Self(), static_field_class.Get(), "intField", "I"); in TEST_F()727 Transaction strict_transaction(/*strict=*/ true, /*root=*/ static_field_class.Get()); in TEST_F()743 EXPECT_FALSE(strict_transaction.WriteConstraint(soa.Self(), static_field_class.Get())); in TEST_F()744 EXPECT_FALSE(strict_transaction.ReadConstraint(soa.Self(), static_field_class.Get())); in TEST_F()