Searched refs:lookupInteger (Results 1 – 2 of 2) sorted by relevance
55 + evg.getIndex() + "!=" + cp.lookupInteger(555), in testCreateIntegerElementValue()56 evg.getIndex() == cp.lookupInteger(555)); in testCreateIntegerElementValue()110 final int idx = cp.lookupInteger('t'); in testCreateCharElementValue()124 final int idx = cp.lookupInteger((byte) 'z'); in testCreateByteElementValue()138 final int idx = cp.lookupInteger(1); // 1 == true in testCreateBooleanElementValue()152 final int idx = cp.lookupInteger(42); in testCreateShortElementValue()
340 public int lookupInteger( final int n ) { in lookupInteger() method in ConstantPoolGen361 if ((ret = lookupInteger(n)) != -1) { in addInteger()