Searched refs:instance_fields_test_class (Results 1 – 1 of 1) sorted by relevance
687 Handle<mirror::Class> instance_fields_test_class(hs.NewHandle( in TEST_F() local689 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()