Searched refs:catch_location (Results 1 – 6 of 6) sorted by relevance
/art/test/ti-agent/ |
D | exceptions_helper.cc | 44 jlocation catch_location) { in exceptionCB() argument 67 static_cast<jlong>(catch_location)); in exceptionCB() 82 jlocation catch_location, in exceptionCatchCB() argument 100 static_cast<jlong>(catch_location), in exceptionCatchCB()
|
D | suspend_event_helper.cc | 137 jlocation catch_location ATTRIBUTE_UNUSED) { in cbException()
|
/art/test/1927-exception-event/src/art/ |
D | Test1927.java | 38 long catch_location, in ExceptionCatchEvent() argument 41 Breakpoint.locationToLine(catch_method, catch_location) + " caught " + in ExceptionCatchEvent() 55 long catch_location) { in ExceptionEvent() argument 64 Breakpoint.locationToLine(catch_method, catch_location); in ExceptionEvent()
|
/art/test/1928-exception-event-exception/src/art/ |
D | Test1928.java | 48 long catch_location) { in ExceptionEvent() argument 57 Breakpoint.locationToLine(catch_method, catch_location); in ExceptionEvent() 67 throw_method, throw_location, exception, catch_method, catch_location); in ExceptionEvent()
|
/art/runtime/ |
D | quick_exception_handler.cc | 269 DexRegisterLocation::Kind catch_location = catch_vreg_map[vreg].GetKind(); in SetCatchEnvironmentForOptimizedHandler() local 270 if (catch_location == DexRegisterLocation::Kind::kNone) { in SetCatchEnvironmentForOptimizedHandler() 273 DCHECK(catch_location == DexRegisterLocation::Kind::kInStack); in SetCatchEnvironmentForOptimizedHandler()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 782 jlocation catch_location);
|