Searched refs:ArrayTypeImpl (Results 1 – 4 of 4) sorted by relevance
52 ArrayTypeImpl arrayType() { in arrayType()53 return (ArrayTypeImpl)type(); in arrayType()249 valid = ArrayTypeImpl.isComponentAssignable(destComponentType, in validateAssignment()
36 public class ArrayTypeImpl extends ReferenceTypeImpl class39 protected ArrayTypeImpl(VirtualMachine aVm, long aRef) { in ArrayTypeImpl() method in ArrayTypeImpl
326 if (nthArgType instanceof ArrayTypeImpl) { in handleVarArgs()328 ((ArrayTypeImpl)nthArgType).isAssignableTo(lastParamType)) { in handleVarArgs()
768 type = new ArrayTypeImpl(vm, id); in addReferenceType()868 ArrayTypeImpl arrayType(long ref) { in arrayType()869 return (ArrayTypeImpl)referenceType(ref, JDWP.TypeTag.ARRAY, null); in arrayType()