Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dexceptions_helper.cc58 jobject catch_method_arg = in exceptionCB() local
66 catch_method_arg, in exceptionCB()
69 if (catch_method_arg != nullptr) { in exceptionCB()
70 jnienv->DeleteLocalRef(catch_method_arg); in exceptionCB()
95 jobject catch_method_arg = GetJavaMethod(jvmti, jnienv, catch_method); in exceptionCatchCB() local
99 catch_method_arg, in exceptionCatchCB()
102 jnienv->DeleteLocalRef(catch_method_arg); in exceptionCatchCB()