Searched refs:heap_write_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c313 gdata->heap_write_count += (jlong)gdata->heap_buffer_index;
452 gdata->heap_write_count += (jlong)len;
495 pos = gdata->heap_write_count + (jlong)gdata->heap_buffer_index;
505 pos = gdata->heap_write_count + (jlong)gdata->heap_buffer_index;
657 gdata->heap_write_count = (jlong)0;
685 gdata->heap_write_count = (jlong)0;
1920 last_chunk_len = gdata->heap_write_count - segment_size;
1949 gdata->heap_write_count = (jlong)0;
1970 dump_heap_segment_and_reset(gdata->heap_write_count);
H A Dhprof.h335 jlong heap_write_count; member in struct:__anon533

Completed in 35 milliseconds