HomeSort by relevance Sort by last modified time
    Searched refs:getAnnotationNative (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 489 return getAnnotationNative(annotationType);
491 private native <A extends Annotation> A getAnnotationNative(Class<A> annotationType);
Field.java     [all...]
Method.java 557 return getAnnotationNative(annotationType);
559 private native <A extends Annotation> A getAnnotationNative(Class<A> annotationType);
  /art/runtime/native/
java_lang_reflect_Method.cc 106 NATIVE_METHOD(Method, getAnnotationNative,
java_lang_reflect_Constructor.cc 181 NATIVE_METHOD(Constructor, getAnnotationNative,
java_lang_reflect_Field.cc 470 NATIVE_METHOD(Field, getAnnotationNative,

Completed in 55 milliseconds