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

  /libcore/ojluni/src/main/java/java/lang/reflect/
Field.java     [all...]
Executable.java 639 return isAnnotationPresentNative(annotationType);
642 private native boolean isAnnotationPresentNative(Class<? extends Annotation> annotationType);
  /art/runtime/native/
java_lang_reflect_Executable.cc 341 FAST_NATIVE_METHOD(Executable, isAnnotationPresentNative, "(Ljava/lang/Class;)Z"),
java_lang_reflect_Field.cc 522 FAST_NATIVE_METHOD(Field, isAnnotationPresentNative, "(Ljava/lang/Class;)Z"),

Completed in 224 milliseconds