Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Djni_android.cc237 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()
Djni_android.h150 jthrowable java_throwable);
/external/libchrome/libchrome_tools/patch/
Dmojo.patch11 + if (java_throwable)
12 + LOG(FATAL) << GetJavaExceptionInfo(env, java_throwable);
17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {