Lines Matching refs:field_class
577 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass())); in ProcessAnnotationValue() local
578 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true); in ProcessAnnotationValue()
579 element_object = enum_field->GetObject(field_class.Get()); in ProcessAnnotationValue()
995 const ClassData field_class(hs, field); in GetAnnotationForField() local
996 return GetAnnotationObjectFromAnnotationSet(field_class, in GetAnnotationForField()
1005 const ClassData field_class(hs, field); in GetAnnotationsForField() local
1006 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField()
1015 const ClassData field_class(hs, field); in GetSignatureAnnotationForField() local
1016 return GetSignatureValue(field_class, annotation_set); in GetSignatureAnnotationForField()
1025 const ClassData field_class(hs, field); in IsFieldAnnotationPresent() local
1027 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()