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

/openjdk7/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java56 int cpool_count; field in class:ConstantPoolInfo
123 cpool_count = targetClass.constantPoolCount();
133 if (expectedCpoolCount != cpool_count) {
134 failure("unexpected constant pool count: actual value: " + cpool_count
164 for (int i = 1; i < cpool_count; i++) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c334 jint cpool_count; local
400 cpool_count = 0;
444 cpool_count++;
484 HPROF_ASSERT(cpool_count==stack_depth(cpool_values));
485 if ( cpool_count > 0 ) {
492 (jint)size, cpool_count, cpool, n_fields, fields, fvalues);

Completed in 31 milliseconds