Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc646 Handle<mirror::Class> instance_fields_test_class(hs.NewHandle( in TEST_F() local
648 ASSERT_TRUE(instance_fields_test_class != nullptr); in TEST_F()
649 ASSERT_FALSE(heap->ObjectIsInBootImageSpace(instance_fields_test_class.Get())); in TEST_F()
651 mirror::Class::FindField(soa.Self(), instance_fields_test_class.Get(), "intField", "I"); in TEST_F()
654 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F()