Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp315 jclass exClass; in throwJNIException() local
317 exClass = env->FindClass("java/lang/Exception"); in throwJNIException()
319 TCU_CHECK_INTERNAL(exClass != DE_NULL); in throwJNIException()
321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()
/external/libcxxabi/src/
Dcxa_exception.cpp101 uint64_t exClass; in __getExceptionClass() local
102 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass)); in __getExceptionClass()
103 return exClass; in __getExceptionClass()