Home
last modified time | relevance | path

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

/external/chromium_org/base/android/
Djni_android.cc29 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() argument
63 env->CallVoidMethod(java_throwable, throwable_printstacktrace, in GetJavaExceptionInfo()
255 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local
256 if (!java_throwable) { in CheckException()
268 GetJavaExceptionInfo(env, java_throwable)); in CheckException()