Home
last modified time | relevance | path

Searched refs:catch_location (Results 1 – 6 of 6) sorted by relevance

/art/test/ti-agent/
Dexceptions_helper.cc44 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()
Dsuspend_event_helper.cc137 jlocation catch_location ATTRIBUTE_UNUSED) { in cbException()
/art/test/1927-exception-event/src/art/
DTest1927.java38 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/
DTest1928.java48 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/
Dquick_exception_handler.cc269 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/
Djvmti.h782 jlocation catch_location);