Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
Dnative-lib.cpp33 env->Throw(obj); in ThrowErrnoException()
/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h172 jint (*Throw)(JNIEnv*, jthrowable); member
523 jint Throw(jthrowable obj) in Throw() function
524 { return functions->Throw(this, obj); } in Throw()