Searched refs:catch_method (Results 1 – 6 of 6) sorted by relevance
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 37 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/ |
D | exceptions_helper.cc | 43 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()
|
D | suspend_event_helper.cc | 136 jmethodID catch_method ATTRIBUTE_UNUSED, in cbException()
|
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 47 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/ |
D | events.cc | 1001 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/ |
D | jvmti.h | 781 jmethodID catch_method,
|