Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java1892 int counted_count = 1; // 1 for the objectref in visitINVOKEINTERFACE() local
1894 counted_count += argtypes[i].getSize(); in visitINVOKEINTERFACE()
1896 if (count != counted_count) { in visitINVOKEINTERFACE()
1897 …constraintViolated(o, "The 'count' argument should probably read '"+counted_count+"' but is '"+cou… in visitINVOKEINTERFACE()