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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java1739 return getIndirect(new IndirectEntry(
1748 return getIndirect(new IndirectEntry(
1760 return getIndirect(new IndirectEntry(
1772 return getIndirect(new IndirectEntry(
1784 return getIndirect(new IndirectEntry(
1794 return getIndirect(new IndirectEntry(
1875 private short getIndirect(IndirectEntry e) {
1937 * IndirectEntry represents a constant pool entry of a type that
1947 * IndirectEntry objects are used as the keys for their entries in
1951 private static class IndirectEntry extend class in class:ProxyGenerator.ConstantPool
1960 public IndirectEntry(int tag, short index) { method in class:ProxyGenerator.ConstantPool.IndirectEntry
1970 public IndirectEntry(int tag, short index0, short index1) { method in class:ProxyGenerator.ConstantPool.IndirectEntry
[all...]

Completed in 56 milliseconds