Home
last modified time | relevance | path

Searched refs:GetJavaMethod (Results 1 – 7 of 7) sorted by relevance

/art/test/ti-agent/
Dcommon_helper.h29 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m);
Dexceptions_helper.cc57 jobject throw_method_arg = GetJavaMethod(jvmti, jnienv, throw_method); in exceptionCB()
59 catch_method != nullptr ? GetJavaMethod(jvmti, jnienv, catch_method) : nullptr; in exceptionCB()
95 jobject catch_method_arg = GetJavaMethod(jvmti, jnienv, catch_method); in exceptionCatchCB()
Dstack_trace_helper.cc73 jobject jmethod = GetJavaMethod(jvmti_env, env, frames[i].method); in Java_art_StackTrace_nativeGetStackTrace()
Dcommon_helper.cc41 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m) { in GetJavaMethod() function
Dtrace_helper.cc148 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in singleStepCB()
180 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in fieldAccessCB()
218 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in fieldModificationCB()
261 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in methodExitCB()
296 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in methodEntryCB()
Dframe_pop_helper.cc52 jobject method_arg = GetJavaMethod(jvmti, jnienv, frame_method); in framePopCB()
Dbreakpoint_helper.cc51 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in breakpointCB()