Searched refs:MethodIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.h48 ClassIndex cnum, MethodIndex mnum);
50 ClassIndex cnum, MethodIndex mnum);
H A Dhprof_class.h59 MethodIndex mnum);
H A Dhprof_event.c187 event_call(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
240 event_return(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
H A Dhprof.h123 typedef int MethodIndex; typedef
H A Dhprof_class.c49 * Methods can be identified with a ClassIndex and MethodIndex pair,
50 * where the MethodIndex matches the index of the method name and
524 class_get_methodID(JNIEnv *env, ClassIndex index, MethodIndex mnum)

Completed in 964 milliseconds