Home
last modified time | relevance | path

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

/art/test/1927-exception-event/src/art/
DTest1927.java37 Executable catch_method, in ExceptionCatchEvent() argument
40 System.out.println(thr.getName() + ": " + catch_method + " @ line = " + in ExceptionCatchEvent()
41 Breakpoint.locationToLine(catch_method, catch_location) + " caught " + in ExceptionCatchEvent()
54 Executable catch_method, in ExceptionEvent() argument
60 if (catch_method == null) { in ExceptionEvent()
63 catch_message = catch_method.toString() + " @ line = " + in ExceptionEvent()
64 Breakpoint.locationToLine(catch_method, catch_location); in ExceptionEvent()
/art/test/ti-agent/
Dexceptions_helper.cc43 jmethodID catch_method, in exceptionCB() argument
59 catch_method != nullptr ? GetJavaMethod(jvmti, jnienv, catch_method) : nullptr; in exceptionCB()
81 jmethodID catch_method, in exceptionCatchCB() argument
95 jobject catch_method_arg = GetJavaMethod(jvmti, jnienv, catch_method); in exceptionCatchCB()
Dsuspend_event_helper.cc136 jmethodID catch_method ATTRIBUTE_UNUSED, in cbException()
/art/test/1928-exception-event-exception/src/art/
DTest1928.java47 Executable catch_method, in ExceptionEvent() argument
53 if (catch_method == null) { in ExceptionEvent()
56 catch_message = catch_method.toString() + " @ line = " + in ExceptionEvent()
57 Breakpoint.locationToLine(catch_method, catch_location); in ExceptionEvent()
67 throw_method, throw_location, exception, catch_method, catch_location); in ExceptionEvent()
/art/openjdkjvmti/
Devents.cc1001 art::ArtMethod* catch_method; in ExceptionThrown() local
1003 FindCatchMethodsFromThrow(self, exception_object, &catch_method, &catch_pc); in ExceptionThrown()
1017 art::jni::EncodeArtMethod(catch_method), in ExceptionThrown()
/art/openjdkjvmti/include/
Djvmti.h781 jmethodID catch_method,