Searched refs:getHandleKind (Results 1 – 3 of 3) sorted by relevance
80 switch (handle.getHandleKind()) { in getReferenceKind()110 throw new AssertionError("Unexpected handle kind: " + handle.getHandleKind()); in getReferenceKind()146 switch (handle.getHandleKind()) { in getMethodType()
1570 public int getHandleKind() { in getHandleKind() method in MethodHandle
133 assertEquals(MethodHandle.INVOKE_STATIC, handle.getHandleKind()); in test_findStatic()192 assertEquals(MethodHandle.INVOKE_DIRECT, handle.getHandleKind()); in test_findConstructor()254 assertEquals(MethodHandle.INVOKE_VIRTUAL, handle.getHandleKind()); in test_findVirtual()