Searched refs:getSort (Results 1 – 7 of 7) sorted by relevance
77 int sort = type.getSort(); in isCompatible()78 int otherSort = other.getSort(); in isCompatible()98 int sort = type.getSort(); in isReferenceCompatible()99 int otherSort = other.getSort(); in isReferenceCompatible()246 if (type.getSort() == Type.OBJECT || type.getSort() == Type.ARRAY) { in getLocalRegister()
775 switch (type.getSort()) { in moveType()797 switch (type.getSort()) { in constType()821 switch (type.getSort()) { in memberType()851 switch (type.getSort()) { in numericType()2561 switch (type.getSort()) { in decodeBootstrapArgument()2569 throw new Unreachable("Type sort is not supported: " + type.getSort()); in decodeBootstrapArgument()
45 if (options.getSort()) in serialize()
205 public boolean getSort() in getSort() method in SerializeOptions
117 switch (type.getSort()) { in getShortyDescriptor()
108 if (arg instanceof Type && ((Type) arg).getSort() == Type.OBJECT) { in visitInvokeDynamicInsn()
515 switch (type.getSort()) { in toJvmMetatype()