Searched refs:total_alloced_instances (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h58 jlong total_alloced_instances, jint count);
95 jlong total_alloced_instances);
H A Dhprof_site.c354 gdata->total_alloced_instances =
355 jlong_add(gdata->total_alloced_instances, jint_to_jlong(hits));
440 gdata->total_alloced_instances,
H A Dhprof.h294 jlong total_alloced_instances; member in struct:__anon533
H A Dhprof_listener.c278 gdata->total_alloced_instances);
H A Dhprof_io.c812 jlong total_alloced_bytes, jlong total_alloced_instances,
822 write_u8(total_alloced_instances);
1095 jlong total_alloced_bytes, jlong total_alloced_instances)
1102 write_u8(total_alloced_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
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, jlong total_alloced_bytes, jlong total_alloced_instances) argument

Completed in 47 milliseconds