Lines Matching refs:field_class
575 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass())); in ProcessAnnotationValue() local
576 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true); in ProcessAnnotationValue()
577 element_object = enum_field->GetObject(field_class.Get()); in ProcessAnnotationValue()
1004 const ClassData field_class(hs, field); in GetAnnotationForField() local
1005 return GetAnnotationObjectFromAnnotationSet(field_class, in GetAnnotationForField()
1014 const ClassData field_class(hs, field); in GetAnnotationsForField() local
1015 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField()
1024 const ClassData field_class(hs, field); in GetSignatureAnnotationForField() local
1025 return GetSignatureValue(field_class, annotation_set); in GetSignatureAnnotationForField()
1034 const ClassData field_class(hs, field); in IsFieldAnnotationPresent() local
1036 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()