Searched refs:csig_callee (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | hprof_trace.c | 808 char *csig_callee; local 824 csig_callee = NULL; 835 &csig_callee, NULL, 846 csig_callee, mname_callee, msig_callee, 850 jvmtiDeallocate(csig_callee);
|
H A D | hprof_io.h | 98 void io_write_oldprof_elem(jint num_hits, jint num_frames, char *csig_callee,
|
H A D | hprof_io.c | 1115 io_write_oldprof_elem(jint num_hits, jint num_frames, char *csig_callee, argument 1123 class_name_callee = signature_to_name(csig_callee);
|
Completed in 298 milliseconds