Searched defs:code_attribute_length (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1332 u4 code_attribute_length, u4 code_length,
1342 code_attribute_length == sizeof(u2) + length_in_bytes,
1471 u4 code_attribute_length,
1482 guarantee_property(code_attribute_length == (sizeof(*localvariable_table_length) + size * sizeof(u2)),
1580 u4 code_attribute_length, TRAPS) {
1581 if (code_attribute_length == 0)
1588 // check code_attribute_length first
1589 stream()->skip_u1(code_attribute_length, CHECK_NULL);
1596 oopFactory::new_permanent_byteArray(code_attribute_length, CHECK_NULL);
1598 stackmap_data->set_length(code_attribute_length);
1331 parse_linenumber_table( u4 code_attribute_length, u4 code_length, CompressedLineNumberWriteStream** write_stream, TRAPS) argument
1469 parse_localvariable_table(u4 code_length, u2 max_locals, u4 code_attribute_length, constantPoolHandle cp, u2* localvariable_table_length, bool isLVTT, TRAPS) argument
2000 u4 code_attribute_length = cfs->get_u4_fast(); local
[all...]

Completed in 47 milliseconds