Home
last modified time | relevance | path

Searched refs:objref (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java1867 Type objref = stack().peek(nargs); in visitINVOKEINTERFACE() local
1868 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 …]
/external/python/cpython2/Mac/Demo/applescript/
Dmakedisk.py9 objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1) variable
13 print 'objref=', objref