Searched refs:otherHandle (Results 1 – 1 of 1) sorted by relevance
175 CstMethodHandle otherHandle = (CstMethodHandle) other; in compareTo0() local176 if (getMethodHandleType() == otherHandle.getMethodHandleType()) { in compareTo0()177 return getRef().compareTo(otherHandle.getRef()); in compareTo0()179 return Integer.compare(getMethodHandleType(), otherHandle.getMethodHandleType()); in compareTo0()