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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h296 jint total_live_instances; member in struct:__anon533
H A Dhprof_io.c811 jint total_live_bytes, jint total_live_instances,
820 write_u4(total_live_instances);
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, argument
1100 write_u4((jint)total_live_instances);
1368 io_heap_header(jlong total_live_instances, jlong total_live_bytes) argument
1375 /*jlong*/(int)total_live_instances,
810 io_write_sites_header(const char * comment_str, jint flags, double cutoff, jint total_live_bytes, jint total_live_instances, jlong total_alloced_bytes, jlong total_alloced_instances, jint count) argument

Completed in 37 milliseconds