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

/openjdk7/jdk/test/com/sun/jdi/
H A DLineNumberInfo.java98 final int[] codeIndices = { field in class:LineNumberInfo
154 if (lineNumbers.length != codeIndices.length) {
159 if (locations.size() != codeIndices.length) {
169 ", test=" + codeIndices.length);
176 if (location.codeIndex() != codeIndices[i]) {
179 ", test=" + codeIndices[i]);

Completed in 28 milliseconds