Home
last modified time | relevance | path

Searched refs:tableIndex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/constant/
DDirectMethodHandleDesc.java136 int i = tableIndex(refKind, isInterface); in valueOf()
143 private static int tableIndex(int refKind, boolean isInterface) { in tableIndex() method in DirectMethodHandleDesc.Kind
154 max = Math.max(max, tableIndex(k.refKind, true));
158 int i = tableIndex(kind.refKind, kind.isInterface);
165 int ii = tableIndex(REF_invokeInterface, false);
175 int i = tableIndex(kind.refKind, true);