Searched refs:HprofId (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h37 /* Need to #define or typedef HprofId before including this file.
355 /*Object?*/ sizeof(HprofId), \
356 /*Object?*/ sizeof(HprofId), \
357 /*Array*/ sizeof(HprofId), \
358 /*Object?*/ sizeof(HprofId), \
H A Dhprof_check.c53 typedef TableIndex HprofId; typedef
66 HprofId id;
76 HprofId sup;
131 static HprofId
134 return (HprofId)read_u4(pp);
346 check_print_utf8(struct LookupTable *utab, char *prefix, HprofId id)
370 add_inst_field_to_cmap(CmapInfo *cmap, HprofId id, HprofType ty)
426 HprofId id, id2, fr, sup;
487 HprofId ld, si, pr, re1, re2;
514 HprofId i
[all...]
H A Dhprof_io.c82 typedef TableIndex HprofId; typedef
199 size = (int)sizeof(HprofId);
363 write_id(HprofId i)
383 write_index_id(HprofId index)
404 write_header(HPROF_UTF8, len + (jint)sizeof(HprofId));
515 heap_id(HprofId i)
521 heap_index_id(HprofId index)
549 heap_id((HprofId)value.i);
721 write_u4((jint)sizeof(HprofId));
790 write_header(HPROF_LOAD_CLASS, (2 * (jint)sizeof(HprofId))
[all...]

Completed in 211 milliseconds