Searched refs:throw_method (Results 1 – 3 of 3) sorted by relevance
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 44 Executable throw_method, in ExceptionEvent() argument 49 System.out.println(thr.getName() + ": " + throw_method + " @ line = " + in ExceptionEvent() 50 Breakpoint.locationToLine(throw_method, throw_location) + " throws " + in ExceptionEvent() 67 throw_method, throw_location, exception, catch_method, catch_location); in ExceptionEvent()
|
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 51 Executable throw_method, in ExceptionEvent() argument 56 System.out.println(thr.getName() + ": " + throw_method + " @ line = " + in ExceptionEvent() 57 Breakpoint.locationToLine(throw_method, throw_location) + " throws " + in ExceptionEvent()
|
/art/test/ti-agent/ |
D | exceptions_helper.cc | 40 jmethodID throw_method, in exceptionCB() argument 57 jobject throw_method_arg = GetJavaMethod(jvmti, jnienv, throw_method); in exceptionCB()
|