Home
last modified time | relevance | path

Searched refs:ArrayTypeImpl (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DArrayReferenceImpl.java52 ArrayTypeImpl arrayType() { in arrayType()
53 return (ArrayTypeImpl)type(); in arrayType()
249 valid = ArrayTypeImpl.isComponentAssignable(destComponentType, in validateAssignment()
DArrayTypeImpl.java36 public class ArrayTypeImpl extends ReferenceTypeImpl class
39 protected ArrayTypeImpl(VirtualMachine aVm, long aRef) { in ArrayTypeImpl() method in ArrayTypeImpl
DMethodImpl.java326 if (nthArgType instanceof ArrayTypeImpl) { in handleVarArgs()
328 ((ArrayTypeImpl)nthArgType).isAssignableTo(lastParamType)) { in handleVarArgs()
DVirtualMachineImpl.java768 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()