Lines Matching refs:field_class
592 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass())); in ProcessAnnotationValue() local
593 Runtime::Current()->GetClassLinker()->EnsureInitialized(self, field_class, true, true); in ProcessAnnotationValue()
594 element_object = enum_field->GetObject(field_class.Get()); in ProcessAnnotationValue()
1016 const ClassData field_class(hs, field); in GetAnnotationForField() local
1017 return GetAnnotationObjectFromAnnotationSet(field_class, in GetAnnotationForField()
1026 const ClassData field_class(hs, field); in GetAnnotationsForField() local
1027 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField()
1036 const ClassData field_class(hs, field); in GetSignatureAnnotationForField() local
1037 return GetSignatureValue(field_class, annotation_set); in GetSignatureAnnotationForField()
1046 const ClassData field_class(hs, field); in IsFieldAnnotationPresent() local
1048 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()