Home
last modified time | relevance | path

Searched refs:cpool (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dconstants.c61 cpool->tags = ggc_realloc (cpool->tags, in set_constant_entry()
63 cpool->data = ggc_realloc (cpool->data, in set_constant_entry()
67 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
85 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
88 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
106 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
118 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
121 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
143 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
146 i = cpool->count; in find_class_or_string_constant()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dconstants.c61 cpool->tags = ggc_realloc (cpool->tags, in set_constant_entry()
63 cpool->data = ggc_realloc (cpool->data, in set_constant_entry()
67 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
85 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
88 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
106 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
118 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
121 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
143 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
146 i = cpool->count; in find_class_or_string_constant()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dconstants.c62 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity); in set_constant_entry()
63 cpool->data = GGC_RESIZEVEC (union cpool_entry, cpool->data, in set_constant_entry()
67 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
85 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
88 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
106 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
118 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
121 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
143 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
146 i = cpool->count; in find_class_or_string_constant()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dconstants.c60 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity); in set_constant_entry()
61 cpool->data = GGC_RESIZEVEC (union cpool_entry, cpool->data, in set_constant_entry()
65 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
83 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
86 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
104 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
116 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
119 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
141 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
144 i = cpool->count; in find_class_or_string_constant()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dconstants.c48 cpool->tags = ggc_cleared_vec_alloc<uint8> (cpool->capacity); in set_constant_entry()
58 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity); in set_constant_entry()
59 cpool->data = GGC_RESIZEVEC (union cpool_entry, cpool->data, in set_constant_entry()
63 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
81 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
84 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
102 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
114 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
117 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
139 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dconstants.c60 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity); in set_constant_entry()
61 cpool->data = GGC_RESIZEVEC (union cpool_entry, cpool->data, in set_constant_entry()
65 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
83 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
86 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
104 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
116 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
119 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
141 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
144 i = cpool->count; in find_class_or_string_constant()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dconstants.c48 cpool->tags = ggc_cleared_vec_alloc<uint8> (cpool->capacity); in set_constant_entry()
58 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity); in set_constant_entry()
59 cpool->data = GGC_RESIZEVEC (union cpool_entry, cpool->data, in set_constant_entry()
63 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap); in set_constant_entry()
81 if (cpool->tags[i] == tag && cpool->data[i].w == value) in find_constant1()
84 i = cpool->count == 0 ? 1 : cpool->count; in find_constant1()
102 i = cpool->count == 0 ? 1 : cpool->count; in find_constant2()
114 if (cpool->tags[i] == tag && cpool->data[i].t == value) in find_tree_constant()
117 i = cpool->count == 0 ? 1 : cpool->count; in find_tree_constant()
139 if (cpool->tags[i] == tag && cpool->data[i].w == j) in find_class_or_string_constant()
[all …]
/dports/devel/py-vcrpy/vcrpy-2.0.1/vcr/
H A Dpatch.py22 _cpoolBoto3HTTPConnection = cpool.HTTPConnection
25 cpool = None variable
28 import urllib3.connectionpool as cpool namespace
33 _cpoolHTTPConnection = cpool.HTTPConnection
34 _cpoolHTTPSConnection = cpool.HTTPSConnection
38 if not cpool:
44 _cpoolHTTPConnection = cpool.HTTPConnection
45 _cpoolHTTPSConnection = cpool.HTTPSConnection
238 import httplib2 as cpool namespace
394 if hasattr(cpool, 'HTTPSConnection'):
[all …]
/dports/devel/jclassinfo/jclassinfo-0.19.1/jclass/
H A Dconstant_pool.c92 for(i=1; i< cpool->count; i++) in jclass_cp_free()
95 free(cpool->entries); in jclass_cp_free()
96 free(cpool); in jclass_cp_free()
134 return jclass_cp_get_class_name(cpool, cpool->this_class, 1); in jclass_cp_get_this_class_name()
147 return jclass_cp_get_class_name(cpool, cpool->super_class, 1); in jclass_cp_get_super_class_name()
172 ConstantPoolEntry* cpool; in jclass_cp_get_class_name() local
178 cpool = constant_pool->entries; in jclass_cp_get_class_name()
286 if(index > cpool->count) in jclass_cp_get_entry_type()
316 ConstantPoolEntry* cpool; in jclass_cp_get_method_signature() local
416 ConstantPoolEntry* cpool; in jclass_cp_get_constant_value() local
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DCpoolEntry.java55 if (cpool.locked) in CpoolEntry()
57 index = ++cpool.count; in CpoolEntry()
60 if (cpool.pool == null) in CpoolEntry()
61 cpool.pool = new CpoolEntry[60]; in CpoolEntry()
64 int old_size = cpool.pool.length; in CpoolEntry()
68 new_pool[i] = cpool.pool[i]; in CpoolEntry()
69 cpool.pool = new_pool; in CpoolEntry()
73 if (cpool.hashTab == null || index >= 0.60 * cpool.hashTab.length) in CpoolEntry()
74 cpool.rehash(); in CpoolEntry()
77 cpool.pool[index] = this; in CpoolEntry()
[all …]
/dports/devel/jclassinfo/jclassinfo-0.19.1/jclassinfo/
H A Dfield.c51 field_name = jclass_field_get_name(field, cpool); in field_print()
64 field_name = jclass_cp_get_class_name(cpool, cpool->this_class, 0); in field_print()
112 int_type, do_flag, cpool); in field_print()
116 int_type, do_flag, cpool); in field_print()
120 int_type, do_flag, cpool); in field_print()
124 int_type, do_flag, cpool); in field_print()
137 int_type, do_flag, cpool); in field_print()
173 field_name = jclass_cp_get_class_name(cpool, cpool->this_class, 0); in field_print_xml()
217 int_type, 0, cpool); in field_print_xml()
227 int_type, 0, cpool); in field_print_xml()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
247 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
300 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
316 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
330 return cpool->signature_ref_index_at(nt_index); in get_field_signature_index()
372 … ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool))); in get_method()
390 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
459 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
460 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
247 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
300 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
316 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
330 return cpool->signature_ref_index_at(nt_index); in get_field_signature_index()
372 … ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool))); in get_method()
390 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
459 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
460 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
247 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
300 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
316 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
330 return cpool->signature_ref_index_at(nt_index); in get_field_signature_index()
372 … ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool))); in get_method()
390 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
459 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
460 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.cpp188 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
220 return cpool->object_to_cp_index(index); in get_constant_pool_index()
246 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
299 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
315 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
329 return cpool->signature_ref_index_at(nt_index); in get_field_signature_index()
371 … ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool))); in get_method()
389 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
458 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
459 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciStreams.cpp188 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
220 return cpool->object_to_cp_index(index); in get_constant_pool_index()
246 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
299 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
315 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
329 return cpool->signature_ref_index_at(nt_index); in get_field_signature_index()
371 … ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool))); in get_method()
389 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
458 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
459 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(_method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
239 constantPoolHandle cpool(_method->get_Method()->constants()); in get_constant() local
292 constantPoolHandle cpool(_method->get_Method()->constants()); in get_declared_field_holder() local
308 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
393 Symbol* local_signature = cpool->symbol_at(get_method_signature_index(cpool)); in get_method()
434 constantPoolHandle cpool(_method->get_Method()->constants()); in has_appendix() local
445 constantPoolHandle cpool(_method->get_Method()->constants()); in get_appendix() local
490 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
491 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
239 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_constant() local
292 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_declared_field_holder() local
307 ConstantPool* cpool = _holder->get_instanceKlass()->constants(); in get_field_holder_index()
308 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
393 Symbol* local_signature = cpool->symbol_at(get_method_signature_index(cpool)); in get_method()
395 ciKlass* pool_holder = env->get_klass(cpool->pool_holder()); in get_method()
490 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
491 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciStreams.cpp190 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_klass() local
222 return cpool->object_to_cp_index(index); in get_constant_pool_index()
240 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_constant() local
293 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_declared_field_holder() local
308 ConstantPool* cpool = _holder->get_instanceKlass()->constants(); in get_field_holder_index()
309 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
394 Symbol* local_signature = cpool->symbol_at(get_method_signature_index(cpool)); in get_method()
396 ciKlass* pool_holder = env->get_klass(cpool->pool_holder()); in get_method()
491 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
492 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
239 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_constant() local
292 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_declared_field_holder() local
307 ConstantPool* cpool = _holder->get_instanceKlass()->constants(); in get_field_holder_index()
308 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
393 Symbol* local_signature = cpool->symbol_at(get_method_signature_index(cpool)); in get_method()
395 ciKlass* pool_holder = env->get_klass(cpool->pool_holder()); in get_method()
490 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
491 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciStreams.cpp189 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_klass() local
221 return cpool->object_to_cp_index(index); in get_constant_pool_index()
239 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_constant() local
292 constantPoolHandle cpool(THREAD, _method->get_Method()->constants()); in get_declared_field_holder() local
307 ConstantPool* cpool = _holder->get_instanceKlass()->constants(); in get_field_holder_index()
308 return cpool->klass_ref_index_at(get_field_index()); in get_field_holder_index()
393 Symbol* local_signature = cpool->symbol_at(get_method_signature_index(cpool)); in get_method()
395 ciKlass* pool_holder = env->get_klass(cpool->pool_holder()); in get_method()
490 ConstantPool* cpool = _method->get_Method()->constants(); in get_method_holder_index() local
491 return cpool->klass_ref_index_at(get_method_index()); in get_method_holder_index()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DElementValuePairGen.java40 private final ConstantPoolGen cpool; field in ElementValuePairGen
45 this.cpool = cpool; in ElementValuePairGen()
56 nameIdx = cpool.addUtf8(nvp.getNameString()); in ElementValuePairGen()
62 value = ElementValueGen.copy(nvp.getValue(), cpool, copyPoolEntries); in ElementValuePairGen()
71 return new ElementValuePair(nameIdx, immutableValue, cpool in getElementNameValuePair()
76 final ConstantPoolGen cpool) in ElementValuePairGen() argument
80 this.cpool = cpool; in ElementValuePairGen()
84 final ConstantPoolGen cpool) in ElementValuePairGen() argument
86 this.nameIdx = cpool.addUtf8(name); in ElementValuePairGen()
88 this.cpool = cpool; in ElementValuePairGen()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DElementValuePairGen.java40 private final ConstantPoolGen cpool; field in ElementValuePairGen
45 this.cpool = cpool; in ElementValuePairGen()
56 nameIdx = cpool.addUtf8(nvp.getNameString()); in ElementValuePairGen()
62 value = ElementValueGen.copy(nvp.getValue(), cpool, copyPoolEntries); in ElementValuePairGen()
71 return new ElementValuePair(nameIdx, immutableValue, cpool in getElementNameValuePair()
76 final ConstantPoolGen cpool) in ElementValuePairGen() argument
80 this.cpool = cpool; in ElementValuePairGen()
84 final ConstantPoolGen cpool) in ElementValuePairGen() argument
86 this.nameIdx = cpool.addUtf8(name); in ElementValuePairGen()
88 this.cpool = cpool; in ElementValuePairGen()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DElementValuePairGen.java40 private final ConstantPoolGen cpool; field in ElementValuePairGen
45 this.cpool = cpool; in ElementValuePairGen()
56 nameIdx = cpool.addUtf8(nvp.getNameString()); in ElementValuePairGen()
62 value = ElementValueGen.copy(nvp.getValue(), cpool, copyPoolEntries); in ElementValuePairGen()
71 return new ElementValuePair(nameIdx, immutableValue, cpool in getElementNameValuePair()
76 final ConstantPoolGen cpool) in ElementValuePairGen() argument
80 this.cpool = cpool; in ElementValuePairGen()
84 final ConstantPoolGen cpool) in ElementValuePairGen() argument
86 this.nameIdx = cpool.addUtf8(name); in ElementValuePairGen()
88 this.cpool = cpool; in ElementValuePairGen()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DElementValuePairGen.java40 private final ConstantPoolGen cpool; field in ElementValuePairGen
45 this.cpool = cpool; in ElementValuePairGen()
56 nameIdx = cpool.addUtf8(nvp.getNameString()); in ElementValuePairGen()
62 value = ElementValueGen.copy(nvp.getValue(), cpool, copyPoolEntries); in ElementValuePairGen()
71 return new ElementValuePair(nameIdx, immutableValue, cpool in getElementNameValuePair()
76 final ConstantPoolGen cpool) in ElementValuePairGen() argument
80 this.cpool = cpool; in ElementValuePairGen()
84 final ConstantPoolGen cpool) in ElementValuePairGen() argument
86 this.nameIdx = cpool.addUtf8(name); in ElementValuePairGen()
88 this.cpool = cpool; in ElementValuePairGen()
[all …]

12345678910>>...37