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

/art/test/1927-exception-event/src/art/
H A DTest1927.java37 Executable catch_method,
40 System.out.println(thr.getName() + ": " + catch_method + " @ line = " +
41 Breakpoint.locationToLine(catch_method, catch_location) + " caught " +
54 Executable catch_method,
60 if (catch_method == null) {
63 catch_message = catch_method.toString() + " @ line = " +
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/1928-exception-event-exception/src/art/
H A DTest1928.java47 Executable catch_method,
53 if (catch_method == null) {
56 catch_message = catch_method.toString() + " @ line = " +
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/test/ti-agent/
H A Dexceptions_helper.cc43 jmethodID catch_method,
59 catch_method != nullptr ? GetJavaMethod(jvmti, jnienv, catch_method) : nullptr;
81 jmethodID catch_method,
95 jobject catch_method_arg = GetJavaMethod(jvmti, jnienv, catch_method);
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/openjdkjvmti/
H A Devents.cc789 art::ArtMethod* catch_method; variable
791 FindCatchMethodsFromThrow(self, exception_object, &catch_method, &catch_pc);
805 art::jni::EncodeArtMethod(catch_method),
/art/openjdkjvmti/include/
H A Djvmti.h781 jmethodID catch_method,

Completed in 959 milliseconds