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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java34 private final int sectionLength; field in class:ClassReaderWriter
53 sectionLength = orig.length * GROWTH_FACTOR;
54 gen = new byte[sectionLength * SECTIONS];
56 genSectionPos[section] = section * sectionLength;
75 int sectionStart = section * sectionLength;
83 int sectionStart = section * sectionLength;

Completed in 35 milliseconds