Home
last modified time | relevance | path

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

/art/test/1928-exception-event-exception/src/art/
DTest1928.java44 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/
DTest1927.java51 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/
Dexceptions_helper.cc40 jmethodID throw_method, in exceptionCB() argument
57 jobject throw_method_arg = GetJavaMethod(jvmti, jnienv, throw_method); in exceptionCB()