Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 5 of 5) 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()
257 jclass annotationType) { in Executable_isAnnotationPresentNative() argument
264 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Executable_isAnnotationPresentNative()
Djava_lang_reflect_Field.cc451 static jobject Field_getAnnotationNative(JNIEnv* env, jobject javaField, jclass annotationType) { in Field_getAnnotationNative() argument
458 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_getAnnotationNative()
499 jclass annotationType) { in Field_isAnnotationPresentNative() argument
506 Handle<mirror::Class> klass(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Field_isAnnotationPresentNative()
Djava_lang_Class.cc861 jclass annotationType) { in Class_isDeclaredAnnotationPresent() argument
872 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()