Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dcommon_throws.cc56 static void ThrowException(const char* exception_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) { in ThrowException() function
61 static void ThrowException(const char* exception_descriptor, in ThrowException() function
/aosp12/libnativehelper/
H A DJNIHelp.c237 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException() function