Searched refs:otherInvoke (Results 1 – 1 of 1) sorted by relevance
120 CstInvokeDynamic otherInvoke = (CstInvokeDynamic) other; in compareTo0() local121 int result = Integer.compare(bootstrapMethodIndex, otherInvoke.getBootstrapMethodIndex()); in compareTo0()126 result = nat.compareTo(otherInvoke.getNat()); in compareTo0()131 result = declaringClass.compareTo(otherInvoke.getDeclaringClass()); in compareTo0()136 return callSite.compareTo(otherInvoke.getCallSite()); in compareTo0()