Searched refs:fromDesc (Results 1 – 1 of 1) sorted by relevance
1842 Type fromDesc = argtypes[i]; in visitINVOKEINTERFACE() local1843 if (fromDesc == Type.BOOLEAN || in visitINVOKEINTERFACE()1844 fromDesc == Type.BYTE || in visitINVOKEINTERFACE()1845 fromDesc == Type.CHAR || in visitINVOKEINTERFACE()1846 fromDesc == Type.SHORT) { in visitINVOKEINTERFACE()1847 fromDesc = Type.INT; in visitINVOKEINTERFACE()1849 if (! fromStack.equals(fromDesc)) { in visitINVOKEINTERFACE()1850 if (fromStack instanceof ReferenceType && fromDesc instanceof ReferenceType) { in visitINVOKEINTERFACE()1862 … constraintViolated(o, "Expecting a '"+fromDesc+"' but found a '"+fromStack+"' on the stack."); in visitINVOKEINTERFACE()1934 Type fromDesc = argtypes[i]; in visitINVOKESPECIAL() local[all …]