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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c72 unsigned n_live_bytes; /* Live byte count for this site. */ member in struct:SiteInfo
129 jlong n_live_bytes; local
142 n_live_bytes = info->n_live_bytes;
147 n_live_bytes = 0;
159 jlong_high(n_live_bytes), jlong_low(n_live_bytes));
228 return info2->n_live_bytes - info1->n_live_bytes;
343 info->n_live_bytes
[all...]
H A Dhprof_io.c839 SerialNumber trace_serial_num, jint n_live_bytes,
853 write_u4(n_live_bytes);
865 n_live_bytes,
837 io_write_sites_elem(jint index, double ratio, double accum_percent, char *sig, SerialNumber class_serial_num, SerialNumber trace_serial_num, jint n_live_bytes, jint n_live_instances, jint n_alloced_bytes, jint n_alloced_instances) argument

Completed in 55 milliseconds