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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp137 u2 line_num_cnt = 0; local
145 line_num_cnt = line_number_table_entries(method);
146 if (line_num_cnt != 0) {
157 attr_size += 2 + 4 + 2 + line_num_cnt * (2 + 2);
219 if (line_num_cnt != 0) {
220 write_line_number_table_attribute(method, line_num_cnt);

Completed in 30 milliseconds