Searched refs:java_throwable (Results 1 – 3 of 3) sorted by relevance
237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local238 if (java_throwable) { in CheckException()251 GetJavaExceptionInfo(env, java_throwable).c_str()); in CheckException()257 if (java_throwable) in CheckException()258 LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable); in CheckException()263 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() argument299 env->CallVoidMethod(java_throwable, throwable_printstacktrace, in GetJavaExceptionInfo()
150 jthrowable java_throwable);
11 + if (java_throwable)12 + LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable);17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {