Searched refs:utab (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | hprof_check.c | 346 check_print_utf8(struct LookupTable *utab, char *prefix, HprofId id) argument 353 uindex = table_find_entry(utab, &id, sizeof(id)); 359 umap = (UmapInfo*)table_get_info(utab, uindex); 416 check_heap_tags(struct LookupTable *utab, unsigned char *pstart, int nbytes) argument 667 check_print_utf8(utab, "id=", id); 682 check_print_utf8(utab, "id=", id); 723 check_print_utf8(utab, "id=", id); 829 /* LookupTable cleanup callback for utab */ 850 struct LookupTable *utab; local 855 utab [all...] |
Completed in 33 milliseconds