Searched refs:heap_fd (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c159 data.heap_fd = -1; /* For heap=dump, see hprof_io */
804 gdata->heap_fd = md_creat_binary(gdata->heapfilename);
806 gdata->heap_fd = md_creat(gdata->heapfilename);
808 if ( gdata->heap_fd < 0 ) {
1401 if ( gdata->heap_fd >= 0 ) {
1402 (void)md_close(gdata->heap_fd);
1403 gdata->heap_fd = -1;
H A Dhprof_io.c311 HPROF_ASSERT(gdata->heap_fd >= 0);
314 system_write(gdata->heap_fd, gdata->heap_buffer, gdata->heap_buffer_index,
448 HPROF_ASSERT(gdata->heap_fd >= 0);
453 system_write(gdata->heap_fd, buf, len, JNI_FALSE);
1914 HPROF_ASSERT(gdata->heap_fd >= 0);
1946 if ( md_seek(gdata->heap_fd, (jlong)0) != (jlong)0 ) {
1964 HPROF_ASSERT(gdata->heap_fd >= 0);
H A Dhprof.h264 int heap_fd; member in struct:__anon533

Completed in 60 milliseconds