Searched refs:getMethodClass (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventHandler.h80 jclass getMethodClass(jvmtiEnv *jvmti_env, jmethodID method);
H A DeventHandler.c730 getMethodClass(jvmtiEnv *jvmti_env, jmethodID method) function
759 info.clazz = getMethodClass(jvmti_env, method);
781 info.clazz = getMethodClass(jvmti_env, method);
809 info.clazz = getMethodClass(jvmti_env, method);
832 info.clazz = getMethodClass(jvmti_env, method);
836 info.u.exception.catch_clazz = getMethodClass(jvmti_env, catch_method);
945 info.clazz = getMethodClass(jvmti_env, method);
972 info.clazz = getMethodClass(jvmti_env, method);
999 info.clazz = getMethodClass(jvmti_env, method);
1022 info.clazz = getMethodClass(jvmti_en
[all...]
H A DeventHelper.c358 klass=getMethodClass(gdata->jvmti, evinfo->method);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h132 void getMethodClass(jmethodID method, jclass *pclazz);
H A Dhprof_trace.c225 getMethodClass(method, &klass);
H A Dhprof_util.c1235 getMethodClass(jmethodID method, jclass *pclazz) function

Completed in 574 milliseconds