Searched refs:objref (Results 1 – 2 of 2) sorted by relevance
1867 Type objref = stack().peek(nargs); in visitINVOKEINTERFACE() local1868 if (objref == Type.NULL) { in visitINVOKEINTERFACE()1871 if (! (objref instanceof ReferenceType) ) { in visitINVOKEINTERFACE()1872 …nstraintViolated(o, "Expecting a reference type as 'objectref' on the stack, not a '"+objref+"'."); in visitINVOKEINTERFACE()1874 referenceTypeIsInitialized(o, (ReferenceType) objref); in visitINVOKEINTERFACE()1875 if (!(objref instanceof ObjectType)) { in visitINVOKEINTERFACE()1876 if (!(objref instanceof ArrayType)) { // could be a ReturnaddressType in visitINVOKEINTERFACE()1877 … constraintViolated(o, "Expecting an ObjectType as 'objectref' on the stack, not a '"+objref+"'."); in visitINVOKEINTERFACE()1880 objref = GENERIC_ARRAY; in visitINVOKEINTERFACE()1959 Type objref = stack().peek(nargs); in visitINVOKESPECIAL() local[all …]
9 objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1) variable13 print 'objref=', objref