Searched refs:GetJavaMethod (Results 1 – 7 of 7) sorted by relevance
/art/test/ti-agent/ |
D | exceptions_helper.cc | 57 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()
|
D | common_helper.h | 29 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m);
|
D | stack_trace_helper.cc | 73 jobject jmethod = GetJavaMethod(jvmti_env, env, frames[i].method); in Java_art_StackTrace_nativeGetStackTrace()
|
D | common_helper.cc | 41 jobject GetJavaMethod(jvmtiEnv* jvmti, JNIEnv* env, jmethodID m) { in GetJavaMethod() function
|
D | trace_helper.cc | 148 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()
|
D | frame_pop_helper.cc | 52 jobject method_arg = GetJavaMethod(jvmti, jnienv, frame_method); in framePopCB()
|
D | breakpoint_helper.cc | 51 jobject method_arg = GetJavaMethod(jvmti, jnienv, method); in breakpointCB()
|