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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c416 check_heap_tags(struct LookupTable *utab, unsigned char *pstart, int nbytes) argument
439 p = pstart;
440 while ( p < (pstart+nbytes) ) {
443 npos = (int)(p - pstart);
551 CHECK_FOR_ERROR(p==pstart+nbytes);
555 p = pstart;
556 while ( p < (pstart+nbytes) ) {
559 npos = (int)(p - pstart);
822 CHECK_FOR_ERROR(p==pstart+nbytes);
846 check_tags(unsigned char *pstart, in argument
[all...]

Completed in 179 milliseconds