Home
last modified time | relevance | path

Searched defs:annotation_class (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc367 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
705 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
769 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet()
805 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
1024 Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1054 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1111 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1168 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1260 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1289 jclass annotation_class) { in IsMethodBuildAnnotationPresent()
[all …]
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_logging.py82 def _PrintForBuildbot(handle, annotation_class, *args): argument
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc566 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
778 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local