Searched defs:RefInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c69 /* The flavor of data being saved in the RefInfo */
77 typedef struct RefInfo { struct
82 unsigned flavor : 8; /* INFO_*, flavor of RefInfo */
85 } RefInfo; typedef in typeref:struct:RefInfo
89 /* Get the RefInfo structure from an entry */
90 static RefInfo *
93 RefInfo *info;
95 info = (RefInfo*)table_get_info(gdata->reference_table, index);
178 /* Dump a RefInfo* structure */
180 dump_ref_info(RefInfo *inf
[all...]

Completed in 32 milliseconds