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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c1537 jint n_cpool, ConstantPoolValue *cpool,
1598 heap_u2((unsigned short)n_cpool);
1599 for ( i = 0 ; i < n_cpool ; i++ ) {
1682 for ( i = 0 ; i < n_cpool ; i++ ) {
1532 io_heap_class_dump(ClassIndex cnum, char *sig, ObjectIndex class_id, SerialNumber trace_serial_num, ObjectIndex super_id, ObjectIndex loader_id, ObjectIndex signers_id, ObjectIndex domain_id, jint size, jint n_cpool, ConstantPoolValue *cpool, jint n_fields, FieldInfo *fields, jvalue *fvalues) argument

Completed in 40 milliseconds