Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction_test.cc687 Handle<mirror::Class> instance_fields_test_class(hs.NewHandle( in TEST_F() local
689 ASSERT_TRUE(instance_fields_test_class != nullptr); in TEST_F()
690 ASSERT_FALSE(heap->ObjectIsInBootImageSpace(instance_fields_test_class.Get())); in TEST_F()
692 instance_fields_test_class->FindDeclaredInstanceField("intField", "I"); in TEST_F()
695 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F()