Home
last modified time | relevance | path

Searched refs:java_throwable (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/base/android/
Djni_android.cc230 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local
231 if (java_throwable) { in CheckException()
239 GetJavaExceptionInfo(env, java_throwable)); in CheckException()
255 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() argument
289 env->CallVoidMethod(java_throwable, throwable_printstacktrace, in GetJavaExceptionInfo()
Djni_android.h167 jthrowable java_throwable);