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

  /art/runtime/native/
java_lang_reflect_Parameter.cc 69 getAnnotationNative,
java_lang_reflect_Executable.cc 329 FAST_NATIVE_METHOD(Executable, getAnnotationNative,
java_lang_reflect_Field.cc 511 FAST_NATIVE_METHOD(Field, getAnnotationNative,
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 275 return getAnnotationNative(executable, index, annotationClass);
278 private static native <A extends Annotation> A getAnnotationNative(
Field.java     [all...]
Executable.java 536 return getAnnotationNative(annotationClass);
539 private native <T extends Annotation> T getAnnotationNative(Class<T> annotationClass);

Completed in 248 milliseconds