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 49 static jclass java_lang_reflect_AbstractMethod;
well_known_classes.cc 35 jclass WellKnownClasses::java_lang_reflect_AbstractMethod;
137 java_lang_reflect_AbstractMethod = CacheClass(env, "java/lang/reflect/AbstractMethod");
186 java_lang_reflect_AbstractMethod_artMethod = CacheField(env, java_lang_reflect_AbstractMethod, false, "artMethod", "Ljava/lang/reflect/ArtMethod;");

Completed in 34 milliseconds