Lines Matching refs:getMethodClass
730 getMethodClass(jvmtiEnv *jvmti_env, jmethodID method) in getMethodClass() function
769 info.clazz = getMethodClass(jvmti_env, method); in cbSingleStep()
791 info.clazz = getMethodClass(jvmti_env, method); in cbBreakpoint()
819 info.clazz = getMethodClass(jvmti_env, method); in cbFramePop()
842 info.clazz = getMethodClass(jvmti_env, method); in cbException()
846 info.u.exception.catch_clazz = getMethodClass(jvmti_env, catch_method); in cbException()
969 info.clazz = getMethodClass(jvmti_env, method); in cbFieldAccess()
996 info.clazz = getMethodClass(jvmti_env, method); in cbFieldModification()
1023 info.clazz = getMethodClass(jvmti_env, method); in cbExceptionCatch()
1046 info.clazz = getMethodClass(jvmti_env, method); in cbMethodEntry()
1073 info.clazz = getMethodClass(jvmti_env, method); in cbMethodExit()
1105 info.clazz = getMethodClass(jvmti_env, method); in cbMonitorContendedEnter()
1138 info.clazz = getMethodClass(jvmti_env, method); in cbMonitorContendedEntered()