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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c879 jlong tinsts; local
964 tinsts = read_u8(&p);
968 " tinsts=(%d,%d), num_elements=%d\n",
972 jlong_high(tinsts), jlong_low(tinsts),
983 tinsts = read_u4(&p);
986 " tbytes=%d, tinsts=%d\n",
988 nblive, nilive, (jint)tbytes, (jint)tinsts);
996 tinsts = read_u8(&p);
999 " tinsts
[all...]

Completed in 453 milliseconds