Searched refs:CONSTANT_Signature (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp314 BAND_INIT(cp_Descr_type, UDELTA5_spec, INDEX(CONSTANT_Signature)),
341 BAND_INIT(field_Signature_RS, UNSIGNED5_spec, INDEX(CONSTANT_Signature)),
352 BAND_INIT(method_Signature_RS, UNSIGNED5_spec, INDEX(CONSTANT_Signature)),
363 BAND_INIT(class_Signature_RS, UNSIGNED5_spec, INDEX(CONSTANT_Signature)),
401 BAND_INIT(code_LocalVariableTable_type_RS, UNSIGNED5_spec, INDEX(CONSTANT_Signature)),
407 BAND_INIT(code_LocalVariableTypeTable_type_RS, UNSIGNED5_spec, INDEX(CONSTANT_Signature)),
H A Dconstants.h72 CONSTANT_Signature = 13, enumerator in enum:__anon619
H A Dunpack.cpp80 CONSTANT_Signature,
200 || (tag2 == CONSTANT_Utf8 && tag == CONSTANT_Signature)
455 else if (e->tag == CONSTANT_Signature)
1327 case CONSTANT_Signature:
1332 CONSTANT_Utf8, CONSTANT_Signature,
1802 case 'S': ixTag = CONSTANT_Signature; break;
3085 int first_sig = tag_base[CONSTANT_Signature];
3086 int sig_limit = tag_count[CONSTANT_Signature] + first_sig;
3092 assert(e.tag == CONSTANT_Signature);
3135 if (e2 != null && e2->tag == CONSTANT_Signature)
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java88 public final static byte CONSTANT_Signature = 13; field in class:Constants
H A DConstantPool.java493 super(CONSTANT_Signature);
784 if (flattenSigs && e.tag == CONSTANT_Signature) {
1149 if (flattenSigs && e.tag == CONSTANT_Signature) {
1189 case CONSTANT_Signature: return "*Signature";
1203 CONSTANT_Signature,
H A DClassWriter.java120 case CONSTANT_Signature:
H A DBandStructure.java1443 CPRefBand cp_Descr_type = cp_bands.newCPRefBand("cp_Descr_type", UDELTA5, CONSTANT_Signature);
1486 CPRefBand field_Signature_RS = field_attr_bands.newCPRefBand("field_Signature_RS", CONSTANT_Signature);
1499 CPRefBand method_Signature_RS = method_attr_bands.newCPRefBand("method_Signature_RS", CONSTANT_Signature);
1512 CPRefBand class_Signature_RS = class_attr_bands.newCPRefBand("class_Signature_RS", CONSTANT_Signature);
1559 CPRefBand code_LocalVariableTable_type_RS = code_attr_bands.newCPRefBand("code_LocalVariableTable_type_RS", CONSTANT_Signature);
1565 CPRefBand code_LocalVariableTypeTable_type_RS = code_attr_bands.newCPRefBand("code_LocalVariableTypeTable_type_RS", CONSTANT_Signature);
H A DPackageReader.java505 case CONSTANT_Signature:
517 cp_Descr_type.setIndex(getCPIndex(CONSTANT_Signature));
1002 assert(e.tag != CONSTANT_Signature);
1084 assert(e.tag != CONSTANT_Signature) : (e);
H A DAttribute.java1023 case 'S': e.refKind = CONSTANT_Signature; break;
1277 if (e.refKind == CONSTANT_Signature
H A DPackageWriter.java514 case CONSTANT_Signature:

Completed in 74 milliseconds