Searched refs:counted_count (Results 1 – 1 of 1) sorted by relevance
1892 int counted_count = 1; // 1 for the objectref in visitINVOKEINTERFACE() local1894 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()