Home
last modified time | relevance | path

Searched refs:ExceptionCatch (Results 1 – 18 of 18) sorted by relevance

/art/test/1954-pop-frame-jit/
Dexpected-stdout.jvm.txt37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
Dexpected-stdout.txt51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/1953-pop-frame/
Dexpected-stdout.txt37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
Dexpected-stdout.no-jvm.txt51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/1956-pop-frame-jit-calling/
Dexpected-stdout.jvm.txt37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
Dexpected-stdout.txt51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/1955-pop-frame-jit-called/
Dexpected-stdout.jvm.txt37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
Dexpected-stdout.txt51 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
55 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/ti-agent/
Dexceptions_helper.cc151 current_callbacks.ExceptionCatch = exceptionCatchCB; in Java_art_Exceptions_setupExceptionTracing()
Dsuspend_event_helper.cc314 cb.ExceptionCatch = cbExceptionCatch; in Java_art_SuspendEvents_setupTest()
/art/tools/jvmti-agents/ti-fast/
DREADME.md53 * `ExceptionCatch`
Dtifast.cc84 …jni_fun(ExceptionCatch, EVENT(EXCEPTION_CATCH), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jme…
/art/test/1970-force-early-return-long/
Dexpected-stdout.txt99 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
106 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/1968-force-early-return/
Dexpected-stdout.txt88 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
95 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/test/1969-force-early-return-void/
Dexpected-stdout.txt98 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
105 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
Dexpected-stdout.no-jvm.txt98 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
105 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
/art/openjdkjvmti/
Devents-inl.h104 fn(ExceptionCatch, ArtJvmtiEvent::kExceptionCatch) \
/art/openjdkjvmti/include/
Djvmti.h946 jvmtiEventExceptionCatch ExceptionCatch; member