Searched refs:th (Results 1 – 4 of 4) sorted by relevance
117 Throw th = new Throw(); in run() local119 th.one(); in run()120 th.twoA(); in run()121 th.twoN(); in run()122 th.rethrow(); in run()
67 } catch (Throwable th) { in run()70 th.printStackTrace(); in run()
169 } catch (Throwable th) { in findClassNonDalvik()170 throw new ClassNotFoundException("defineClass failed", th); in findClassNonDalvik()
92 jthrowable th = soa.Env()->ExceptionOccurred(); in InvokeMethod() local96 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th); in InvokeMethod()