Home
last modified time | relevance | path

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

/aosp12/art/test/ti-agent/
H A 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()
H A Dcommon_helper.h29 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m);
H A 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()
H A Dstack_trace_helper.cc73 jobject jmethod = GetJavaMethod(jvmti_env, env, frames[i].method); in Java_art_StackTrace_nativeGetStackTrace()
H A Dcommon_helper.cc41 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m) { in GetJavaMethod() function
H A Dframe_pop_helper.cc52 jobject method_arg = GetJavaMethod(jvmti, jnienv, frame_method); in framePopCB()
H A Dbreakpoint_helper.cc51 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in breakpointCB()