Searched refs:instance_fields_test_class (Results 1 – 1 of 1) sorted by relevance
749 Handle<mirror::Class> instance_fields_test_class = in TEST_F() local751 ASSERT_TRUE(instance_fields_test_class != nullptr); in TEST_F()752 ASSERT_FALSE(heap->ObjectIsInBootImageSpace(instance_fields_test_class.Get())); in TEST_F()754 instance_fields_test_class->FindDeclaredInstanceField("intField", "I"); in TEST_F()757 instance_fields_test_class->Alloc(soa.Self(), heap->GetCurrentAllocator())); in TEST_F()