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

  /art/runtime/
well_known_classes.h 68 static jclass java_lang_Thread__UncaughtExceptionHandler;
well_known_classes.cc 56 jclass WellKnownClasses::java_lang_Thread__UncaughtExceptionHandler;
234 java_lang_Thread__UncaughtExceptionHandler = CacheClass(env,
262 java_lang_Thread__UncaughtExceptionHandler_uncaughtException = CacheMethod(env, java_lang_Thread__UncaughtExceptionHandler, false, "uncaughtException", "(Ljava/lang/Thread;Ljava/lang/Throwable;)V");

Completed in 29 milliseconds