Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Parameter.cc39 jclass annotationType) { in Parameter_getAnnotationNative() argument
96 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Parameter_getAnnotationNative()
Djava_lang_reflect_Executable.cc58 jclass annotationType) { in Executable_getAnnotationNative() argument
65 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Executable_getAnnotationNative()
237 jclass annotationType) { in Executable_isAnnotationPresentNative() argument
244 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Executable_isAnnotationPresentNative()
Djava_lang_reflect_Field.cc493 static jobject Field_getAnnotationNative(JNIEnv* env, jobject javaField, jclass annotationType) { in Field_getAnnotationNative() argument
500 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_getAnnotationNative()
541 jclass annotationType) { in Field_isAnnotationPresentNative() argument
548 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_isAnnotationPresentNative()
Djava_lang_Class.cc767 jclass annotationType) { in Class_isDeclaredAnnotationPresent() argument
778 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent()
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java37 sorted.put(a.annotationType().getName(), a); in printAnnotationArray()
42 System.out.println(prefix + " " + a.annotationType()); in printAnnotationArray()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2342 Ljava/lang/annotation/IncompleteAnnotationException;->annotationType:Ljava/lang/Class;