Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.h138 local_ref<JThrowable> getJavaExceptionForCppBackTrace();
140 local_ref<JThrowable> getJavaExceptionForCppBackTrace(const char* msg);
H A DExceptions.cpp337 local_ref<JThrowable> getJavaExceptionForCppBackTrace() { in getJavaExceptionForCppBackTrace() function
338 return getJavaExceptionForCppBackTrace(nullptr); in getJavaExceptionForCppBackTrace()
341 local_ref<JThrowable> getJavaExceptionForCppBackTrace(const char* msg) { in getJavaExceptionForCppBackTrace() function