Searched refs:fh (Results 1 – 6 of 6) sorted by relevance
186 FieldHelper fh(hs.NewHandle(static_fields->Get(0))); in TEST_F() local187 EXPECT_EQ("interfaces", std::string(fh.GetField()->GetName())); in TEST_F()188 EXPECT_EQ("[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor())); in TEST_F()189 EXPECT_EQ(interfacesFieldClass.Get(), fh.GetType()); in TEST_F()190 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor())); in TEST_F()191 EXPECT_FALSE(fh.GetField()->IsPrimitiveType()); in TEST_F()194 fh.ChangeField(static_fields->Get(1)); in TEST_F()195 EXPECT_EQ("throws", std::string(fh.GetField()->GetName())); in TEST_F()196 EXPECT_EQ("[[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor())); in TEST_F()197 EXPECT_EQ(throwsFieldClass.Get(), fh.GetType()); in TEST_F()[all …]
182 FieldHelper fh(hs.NewHandle(field)); in AssertField() local183 EXPECT_TRUE(fh.GetType() != NULL); in AssertField()280 FieldHelper fh(hs.NewHandle<mirror::ArtField>(nullptr)); in AssertClass() local288 fh.ChangeField(field); in AssertClass()289 mirror::Class* field_type = fh.GetType(); in AssertClass()297 EXPECT_EQ(PrettyField(fh.GetField()), in AssertClass()
215 FieldHelper fh(hs.NewHandle(field)); in CheckFieldAssignmentImpl() local216 CHECK(fh.GetType()->IsAssignableFrom(new_value->GetClass())); in CheckFieldAssignmentImpl()235 FieldHelper fh(hs.NewHandle(field)); in CheckFieldAssignmentImpl() local236 CHECK(fh.GetType()->IsAssignableFrom(new_value->GetClass())); in CheckFieldAssignmentImpl()
285 FieldHelper fh(h_f); in Field_set() local287 field_type = fh.GetType(true); in Field_set()
1157 FieldHelper fh(hs.NewHandle(field)); in PrintField() local1158 mirror::Class* type = fh.GetType(); in PrintField()1178 FieldHelper fh(hs.NewHandle(field)); in PrintField() local1179 mirror::Class* field_type = fh.GetType(false); in PrintField()
268 FieldHelper fh(h_f); in DoFieldPut() local269 field_class = fh.GetType(); in DoFieldPut()