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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp143 int attr_size = 0; local
157 attr_size += 2 + 4 + 2 + line_num_cnt * (2 + 2);
171 attr_size += 2 + 4 + stackmap_len;
190 attr_size += 2 + 4 + 2 + local_variable_table_length * (2 + 2 + 2 + 2 + 2);
203 attr_size; // attributes

Completed in 60 milliseconds