Searched refs:throw_method (Results 1 – 4 of 4) 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()
|
/art/runtime/ |
D | debugger.cc | 2963 ArtMethod* throw_method = nullptr; in PostException() local 2981 if (throw_method == nullptr) { in PostException() 2986 throw_method = method; in PostException() 3009 SetEventLocation(&exception_throw_location, throw_method, throw_dex_pc); in PostException()
|