Searched refs:StringIndex (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_string.h45 StringIndex string_find_or_create(const char *name);
46 char * string_get(StringIndex index);
47 int string_get_len(StringIndex index);
H A Dhprof_string.c65 StringIndex
96 string_get(StringIndex index)
107 string_get_len(StringIndex index)
H A Dhprof.h117 typedef TableIndex StringIndex; typedef
161 StringIndex name_index;
162 StringIndex sig_index;
172 StringIndex sig_index;
367 StringIndex name; /* String index for name */
368 StringIndex sig; /* String index for signature */
H A Dhprof_class.h48 StringIndex class_get_signature(ClassIndex index);
H A Dhprof_class.c52 * Strings are stored in the string table and a StringIndex is used.
65 StringIndex sig_string_index; /* Signature of class */
72 StringIndex name_index; /* Method name, index into string table */
73 StringIndex sig_index; /* Method signature, index into string table */
87 StringIndex name; /* Name of class */
399 StringIndex
H A Dhprof_reference.c220 StringIndex name;
221 StringIndex sig;
H A Dhprof_monitor.c61 StringIndex sig_index;

Completed in 51 milliseconds