Searched defs:getIndices (Results 1 - 2 of 2) 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

Completed in 44 milliseconds