Searched refs:field_attr_bands (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1477 MultiBand field_attr_bands = class_bands.newMultiBand("(field_attr_bands)", UNSIGNED5); field in class:BandStructure
1478 IntBand field_flags_hi = field_attr_bands.newIntBand("field_flags_hi");
1479 IntBand field_flags_lo = field_attr_bands.newIntBand("field_flags_lo");
1480 IntBand field_attr_count = field_attr_bands.newIntBand("field_attr_count");
1481 IntBand field_attr_indexes = field_attr_bands.newIntBand("field_attr_indexes");
1482 IntBand field_attr_calls = field_attr_bands.newIntBand("field_attr_calls");
1485 CPRefBand field_ConstantValue_KQ = field_attr_bands.newCPRefBand("field_ConstantValue_KQ", CONSTANT_Literal);
1486 CPRefBand field_Signature_RS = field_attr_bands.newCPRefBand("field_Signature_RS", CONSTANT_Signature);
1487 MultiBand field_metadata_bands = field_attr_bands
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h366 #define field_attr_bands all_bands[e_field_attr_bands] macro
H A Dbands.cpp343 BAND_INIT(field_attr_bands, -1, -1),

Completed in 42 milliseconds