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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c878 jlong tbytes; local
963 tbytes = read_u8(&p);
967 " nblive=%d, nilive=%d, tbytes=(%d,%d),"
971 jlong_high(tbytes), jlong_low(tbytes),
982 tbytes = read_u4(&p);
986 " tbytes=%d, tinsts=%d\n",
988 nblive, nilive, (jint)tbytes, (jint)tinsts);
995 tbytes = read_u8(&p);
998 " nblive=%d, nilive=%d, tbytes
[all...]

Completed in 400 milliseconds