Searched refs:annotationType (Results 1 – 6 of 6) sorted by relevance
39 jclass annotationType) { in Parameter_getAnnotationNative() argument96 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Parameter_getAnnotationNative()
58 jclass annotationType) { in Executable_getAnnotationNative() argument65 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Executable_getAnnotationNative()237 jclass annotationType) { in Executable_isAnnotationPresentNative() argument244 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Executable_isAnnotationPresentNative()
493 static jobject Field_getAnnotationNative(JNIEnv* env, jobject javaField, jclass annotationType) { in Field_getAnnotationNative() argument500 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_getAnnotationNative()541 jclass annotationType) { in Field_isAnnotationPresentNative() argument548 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_isAnnotationPresentNative()
767 jclass annotationType) { in Class_isDeclaredAnnotationPresent() argument778 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent()
37 sorted.put(a.annotationType().getName(), a); in printAnnotationArray()42 System.out.println(prefix + " " + a.annotationType()); in printAnnotationArray()
2342 Ljava/lang/annotation/IncompleteAnnotationException;->annotationType:Ljava/lang/Class;