Home | History | Annotate | Download | only in ijar

Lines Matching refs:u4

255   Constant_IntegerOrFloat(u1 tag, u4 bytes) :
266 u4 bytes_;
272 Constant_LongOrDouble(u1 tag, u4 high_bytes, u4 low_bytes) :
284 u4 low_bytes_;
318 Constant_Utf8(u4 length, const u1 *utf8) :
333 u4 length_;
576 u4 length_;
1115 u4) {
1147 u4 attribute_length) {
1161 u4 attribute_length_;
1220 u4 magic;
1305 u4 attribute_length = get_u4be(p);
1430 u4 bytes = get_u4be(p);
1436 u4 high_bytes = get_u4be(p);
1437 u4 low_bytes = get_u4be(p);
1754 u4 body_length = q - body;