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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1490 MultiBand method_attr_bands = class_bands.newMultiBand("(method_attr_bands)", UNSIGNED5); field in class:BandStructure
1491 IntBand method_flags_hi = method_attr_bands.newIntBand("method_flags_hi");
1492 IntBand method_flags_lo = method_attr_bands.newIntBand("method_flags_lo");
1493 IntBand method_attr_count = method_attr_bands.newIntBand("method_attr_count");
1494 IntBand method_attr_indexes = method_attr_bands.newIntBand("method_attr_indexes");
1495 IntBand method_attr_calls = method_attr_bands.newIntBand("method_attr_calls");
1497 IntBand method_Exceptions_N = method_attr_bands.newIntBand("method_Exceptions_N");
1498 CPRefBand method_Exceptions_RC = method_attr_bands.newCPRefBand("method_Exceptions_RC", CONSTANT_Class);
1499 CPRefBand method_Signature_RS = method_attr_bands
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h375 #define method_attr_bands all_bands[e_method_attr_bands] macro
H A Dbands.cpp354 BAND_INIT(method_attr_bands, -1, -1),

Completed in 254 milliseconds