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

  /art/runtime/
well_known_classes.h 53 static jclass java_lang_reflect_AbstractMethod;
well_known_classes.cc 39 jclass WellKnownClasses::java_lang_reflect_AbstractMethod;
159 java_lang_reflect_AbstractMethod = CacheClass(env, "java/lang/reflect/AbstractMethod");
220 java_lang_reflect_AbstractMethod_artMethod = CacheField(env, java_lang_reflect_AbstractMethod, false, "artMethod", "Ljava/lang/reflect/ArtMethod;");

Completed in 31 milliseconds