Searched refs:catch_location (Results 1 - 5 of 5) sorted by relevance

/art/test/1927-exception-event/src/art/
H A DTest1927.java38 long catch_location,
41 Breakpoint.locationToLine(catch_method, catch_location) + " caught " +
55 long catch_location) {
64 Breakpoint.locationToLine(catch_method, catch_location);
36 ExceptionCatchEvent(Thread thr, Executable catch_method, long catch_location, Throwable exception) argument
50 ExceptionEvent(Thread thr, Executable throw_method, long throw_location, Throwable exception, Executable catch_method, long catch_location) argument
/art/test/ti-agent/
H A Dexceptions_helper.cc44 jlocation catch_location) {
67 static_cast<jlong>(catch_location));
82 jlocation catch_location,
100 static_cast<jlong>(catch_location),
37 exceptionCB(jvmtiEnv* jvmti, JNIEnv* jnienv, jthread thread, jmethodID throw_method, jlocation throw_location, jobject throwable, jmethodID catch_method, jlocation catch_location) argument
78 exceptionCatchCB(jvmtiEnv* jvmti, JNIEnv* jnienv, jthread thread, jmethodID catch_method, jlocation catch_location, jobject throwable) argument
/art/test/1928-exception-event-exception/src/art/
H A DTest1928.java48 long catch_location) {
57 Breakpoint.locationToLine(catch_method, catch_location);
67 throw_method, throw_location, exception, catch_method, catch_location);
43 ExceptionEvent(Thread thr, Executable throw_method, long throw_location, Throwable exception, Executable catch_method, long catch_location) argument
/art/runtime/
H A Dquick_exception_handler.cc249 DexRegisterLocation::Kind catch_location = local
251 if (catch_location == DexRegisterLocation::Kind::kNone) {
254 DCHECK(catch_location == DexRegisterLocation::Kind::kInStack);
/art/openjdkjvmti/include/
H A Djvmti.h782 jlocation catch_location);

Completed in 300 milliseconds