Searched refs:blockStarts (Results 1 – 3 of 3) sorted by relevance
44 private final RegisterSpecSet[] blockStarts; field in LocalVariableInfo64 this.blockStarts = new RegisterSpecSet[maxLabel]; in LocalVariableInfo()86 blockStarts[label] = specs; in setStarts()224 for (int label = 0 ; label < blockStarts.length; label++) { in debugDump()225 if (blockStarts[label] == null) { in debugDump()229 if (blockStarts[label] == emptySet) { in debugDump()232 System.out.printf("%04x: %s\n", label, blockStarts[label]); in debugDump()247 return blockStarts[label]; in getStarts0()
45 private final RegisterSpecSet[] blockStarts; field in LocalVariableInfo65 this.blockStarts = new RegisterSpecSet[maxLabel]; in LocalVariableInfo()87 blockStarts[label] = specs; in setStarts()221 for (int label = 0 ; label < blockStarts.length; label++) { in debugDump()222 if (blockStarts[label] == null) { in debugDump()226 if (blockStarts[label] == emptySet) { in debugDump()229 System.out.printf("%04x: %s\n", label, blockStarts[label]); in debugDump()244 return blockStarts[label]; in getStarts0()
46 private final RegisterSpecSet[] blockStarts; field in LocalVariableInfo65 this.blockStarts = new RegisterSpecSet[blocks.size()]; in LocalVariableInfo()87 blockStarts[index] = specs; in setStarts()221 for (int index = 0 ; index < blockStarts.length; index++) { in debugDump()222 if (blockStarts[index] == null) { in debugDump()226 if (blockStarts[index] == emptySet) { in debugDump()229 System.out.printf("%04x: %s\n", index, blockStarts[index]); in debugDump()244 return blockStarts[index]; in getStarts0()