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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheEntry.java74 return (int) (getIndices() & 0xFFFF);
78 return (getIndices() & 0xFFFF) == 0;
85 return (int) (getIndices() >>> 16);
88 private long getIndices() { method in class:ConstantPoolCacheEntry
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSelect.java261 public int[] getIndices() { return indices; } method in class:Select
H A DInstructionList.java232 int[] indices = s.getIndices();

Completed in 33 milliseconds