Searched refs:java_throwable (Results 1 – 5 of 5) sorted by relevance
| /external/libchrome/base/android/ |
| D | jni_android.cc | 237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local 238 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() argument 299 env->CallVoidMethod(java_throwable, throwable_printstacktrace, in GetJavaExceptionInfo()
|
| D | jni_android.h | 150 jthrowable java_throwable);
|
| /external/libchrome/libchrome_tools/patch/ |
| D | mojo.patch | 11 + if (java_throwable) 12 + LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable); 17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
|
| /external/cronet/base/android/ |
| D | jni_android.cc | 270 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local 271 if (java_throwable) { in CheckException() 284 GetJavaExceptionInfo(env, java_throwable).c_str()); in CheckException() 292 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() argument 295 env, ScopedJavaLocalRef(env, java_throwable)); in GetJavaExceptionInfo()
|
| D | jni_android.h | 158 jthrowable java_throwable);
|