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

  /art/runtime/
well_known_classes.cc 57 jmethodID WellKnownClasses::java_lang_ClassNotFoundException_init;
155 java_lang_ClassNotFoundException_init = CacheMethod(env, java_lang_ClassNotFoundException, false, "<init>", "(Ljava/lang/String;Ljava/lang/Throwable;)V");
well_known_classes.h 71 static jmethodID java_lang_ClassNotFoundException_init;

Completed in 96 milliseconds