Home
last modified time | relevance | path

Searched refs:cpool_count (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java56 int cpool_count; field in ConstantPoolInfo
123 cpool_count = targetClass.constantPoolCount(); in runTests()
133 if (expectedCpoolCount != cpool_count) { in runTests()
134 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
164 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/jdi/
H A DConstantPoolInfo.java55 int cpool_count; field in ConstantPoolInfo
122 cpool_count = targetClass.constantPoolCount(); in runTests()
132 if (expectedCpoolCount != cpool_count) { in runTests()
133 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
163 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java56 int cpool_count; field in ConstantPoolInfo
123 cpool_count = targetClass.constantPoolCount(); in runTests()
133 if (expectedCpoolCount != cpool_count) { in runTests()
134 failure("unexpected constant pool count: actual value: " + cpool_count in runTests()
164 for (int i = 1; i < cpool_count; i++) { in printcp()
/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DClassData.java46 private int cpool_count; field in ClassData
170 cpool_count = in.readUnsignedShort(); in readCP()
171 tags = new byte[cpool_count]; in readCP()
172 cpool = new Object[cpool_count]; in readCP()
173 for (int i = 1; i < cpool_count; i++) { in readCP()
643 return cpool_count; in getCpoolCount()
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DClassData.java46 private int cpool_count; field in ClassData
170 cpool_count = in.readUnsignedShort(); in readCP()
171 tags = new byte[cpool_count]; in readCP()
172 cpool = new Object[cpool_count]; in readCP()
173 for (int i = 1; i < cpool_count; i++) { in readCP()
643 return cpool_count; in getCpoolCount()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dclassread.cc81 return (index < clazz->cpool_count) ? clazz->cpool[index]->value.string : (char*)"?"; in get_string()
87 …return (index < clazz->cpool_count) ? get_string(htio, clazz, clazz->cpool[index]->value.llval[0])… in get_class_name()
93 …strcpy(name, (index < clazz->cpool_count) ? get_string(htio, clazz, clazz->cpool[index]->value.llv… in get_name_and_type()
94 …strcpy(type, (index < clazz->cpool_count) ? get_string(htio, clazz, clazz->cpool[index]->value.llv… in get_name_and_type()
254 count = clazz->cpool_count = READ2(); in class_read()
259 cpcount = clazz->cpool_count; in class_read()
383 for (uint i = 1; i < clazz->cpool_count; i++) { in class_unread()
393 if (clazz->cpool_count) free(clazz->cpool); in class_unread()
647 if (token < clazz->cpool_count) in token_translate()
H A Dclass.h124 u2 cpool_count; member
H A Dclassview.cc526 for (i=1; i < clazz->cpool_count; i++) { in class_view()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c334 jint cpool_count; in dump_class_and_supers() local
400 cpool_count = 0; in dump_class_and_supers()
444 cpool_count++; in dump_class_and_supers()
484 HPROF_ASSERT(cpool_count==stack_depth(cpool_values)); in dump_class_and_supers()
485 if ( cpool_count > 0 ) { in dump_class_and_supers()
492 (jint)size, cpool_count, cpool, n_fields, fields, fvalues); in dump_class_and_supers()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c334 jint cpool_count; in dump_class_and_supers() local
400 cpool_count = 0; in dump_class_and_supers()
444 cpool_count++; in dump_class_and_supers()
484 HPROF_ASSERT(cpool_count==stack_depth(cpool_values)); in dump_class_and_supers()
485 if ( cpool_count > 0 ) { in dump_class_and_supers()
492 (jint)size, cpool_count, cpool, n_fields, fields, fvalues); in dump_class_and_supers()
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c613 int cpool_count; member
20031 int cpool_count; member
21643 fd->cpool[fd->cpool_count++] = val; in cpool_add()
21644 return fd->cpool_count - 1; in cpool_add()
29081 if (idx < cpool_count) { in dump_byte_code()
32605 b->cpool_count = fd->cpool_count; in js_create_function()
32606 if (b->cpool_count) { in js_create_function()
32699 for(i = 0; i < b->cpool_count; i++) in free_function_bytecode()
34322 bc_put_leb128(s, b->cpool_count); in JS_WriteFunctionTag()
35301 if (b->cpool_count != 0) { in JS_ReadFunctionTag()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c589 int cpool_count; member
19487 uint32_t cpool_count; member
20837 if (fd->cpool_count >= fd->cpool_size) { in cpool_add()
20850 fd->cpool[fd->cpool_count++] = val; in cpool_add()
20851 return fd->cpool_count - 1; in cpool_add()
27745 for(i = 0; i < fd->cpool_count; i++) { in js_free_function_def()
27998 if (idx < cpool_count) { in dump_byte_code()
31453 b->cpool_count = fd->cpool_count; in js_create_function()
31454 if (b->cpool_count) { in js_create_function()
31546 for(i = 0; i < b->cpool_count; i++) in free_function_bytecode()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c591 int cpool_count; member
19489 uint32_t cpool_count; member
20839 if (fd->cpool_count >= fd->cpool_size) { in cpool_add()
20852 fd->cpool[fd->cpool_count++] = val; in cpool_add()
20853 return fd->cpool_count - 1; in cpool_add()
27747 for(i = 0; i < fd->cpool_count; i++) { in js_free_function_def()
28000 if (idx < cpool_count) { in dump_byte_code()
31455 b->cpool_count = fd->cpool_count; in js_create_function()
31456 if (b->cpool_count) { in js_create_function()
31548 for(i = 0; i < b->cpool_count; i++) in free_function_bytecode()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c622 int cpool_count; member
20078 int cpool_count; member
21690 fd->cpool[fd->cpool_count++] = val; in cpool_add()
21691 return fd->cpool_count - 1; in cpool_add()
29128 if (idx < cpool_count) { in dump_byte_code()
32652 b->cpool_count = fd->cpool_count; in js_create_function()
32653 if (b->cpool_count) { in js_create_function()
32746 for(i = 0; i < b->cpool_count; i++) in free_function_bytecode()
34369 bc_put_leb128(s, b->cpool_count); in JS_WriteFunctionTag()
35348 if (b->cpool_count != 0) { in JS_ReadFunctionTag()
[all …]