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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c102 jint in_heap_dump; /* If we are an object in the dump */ member in struct:TlsInfo
1146 tls_set_in_heap_dump(TlsIndex index, jint in_heap_dump) argument
1151 info->in_heap_dump = in_heap_dump;
1160 return info->in_heap_dump;
1170 info->in_heap_dump = 0;

Completed in 35 milliseconds