Lines Matching defs:CCerror
418 static void CCerror (context_type *, char *format, ...);
486 CCerror(context, "Exceeded verifier's limit of 65535 referred classes");
517 CCerror(context, "Cannot find class %s", classname);
738 calls CCerror */
742 /* Don't call CCerror or anything that can call it above the setjmp! */
880 CCerror(context, "Inconsistent access bits.");
958 /* CCerror can give method-specific info once this is set */
983 CCerror(context, "Inconsistent access bits.");
992 CCerror(context, "Illegal instruction found at offset %d", offset);
994 CCerror(context, "Code stops in the middle of instruction "
1018 CCerror(context, "Empty code");
1112 CCerror(context, "Illegal target of jump or branch");
1128 CCerror(context, "Illegal target of jump or branch");
1145 CCerror(context, "Non zero padding bytes in switch");
1159 CCerror(context, "Unsorted lookup switch");
1165 CCerror(context, "Illegal default target in switch");
1170 CCerror(context, "Illegal branch in tableswitch");
1266 CCerror(context,
1272 CCerror(context, "Illegal call to internal method");
1301 CCerror(context,
1315 CCerror(context,
1319 CCerror(context,
1325 CCerror(context,
1346 CCerror(context, "Illegal type");
1350 CCerror(context, "Array with too many dimensions");
1358 CCerror(context, "Illegal creation of multi-dimensional array");
1369 CCerror(context, "Illegal dimension argument");
1397 CCerror(context, "Bad type passed to newarray");
1474 CCerror(context, "Illegal local variable number");
1483 CCerror(context, "Illegal local variable number");
1488 CCerror(context, "Quick instructions shouldn't appear yet.");
1574 CCerror(context, "Stack size too large");
1614 CCerror(context, "catch_type not a subclass of Throwable");
1707 CCerror(context, "Illegal constant pool index");
1711 CCerror(context, "Illegal type in constant pool");
1831 CCerror(context, "Stack size too large");
1888 CCerror(context,
1900 CCerror(context, "Cannot load return address from register %d",
1915 CCerror(context, "Register %d contains wrong type", operand);
1920 CCerror(context,
1928 CCerror(context, "Register pair %d/%d contains wrong type",
1950 CCerror(context, "Constructor must call super() or this()");
1956 CCerror(context, "Cannot return normally");
2037 CCerror(context, "Signature %s has too many arguments",
2066 CCerror(context, "Unable to pop operand off an empty stack");
2071 CCerror(context, "Expecting to find integer on stack");
2076 CCerror(context, "Expecting to find float on stack");
2117 CCerror(context, "Expecting to find object/array on stack");
2124 CCerror(context,
2132 CCerror(context, "Expecting to find object on stack");
2139 CCerror(context,
2145 CCerror(context, "Expecting to find double on stack");
2150 CCerror(context, "Expecting to find long on stack");
2160 CCerror(context,
2166 CCerror(context,
2172 CCerror(context,
2178 CCerror(context,
2187 CCerror(context,
2195 CCerror(context,
2201 CCerror(context,
2207 CCerror(context,
2213 CCerror(context,
2218 CCerror(context, "Internal error #1");
2233 CCerror(context,
2244 CCerror(context, "Internal error #2");
2261 CCerror(context, "Expecting reference type on operand stack in aastore");
2265 CCerror(context, "Component type of the array must be reference type in aastore");
2281 CCerror(context,
2287 CCerror(context, "Bad access to protected data");
2294 CCerror(context, "Bad type in putfield/putstatic");
2303 CCerror(context, "Can only throw Throwable objects");
2343 CCerror(context, "Call to wrong initialization method");
2349 CCerror(context, "Bad access to protected data");
2355 CCerror(context, "Call to wrong initialization method");
2364 CCerror(context,
2371 CCerror(context,
2390 CCerror(context, "Bad access to protected data");
2399 CCerror(context, "Incompatible argument to function");
2409 CCerror(context, "Wrong return type in function");
2417 CCerror(context, "Wrong return type in function");
2432 CCerror(context,
2522 CCerror(context, "Recursive call to jsr entry");
2675 CCerror(context, "Internal error #3");
2683 CCerror(context, "Internal error #3");
2697 CCerror(context, "Internal error #3");
2735 CCerror(context, "Illegal signature %s", signature);
2812 CCerror(context, "Internal error #4");
2988 CCerror(context, "Falling off the end of the code");
3094 CCerror(context, "Multiple returns to single jsr");
3116 CCerror(context, "Illegal return from subroutine");
3188 CCerror(context, "Inconsistent stack height %d != %d",
3211 CCerror(context, "Mismatched stack types");
3215 CCerror(context, "Mismatched stack types");
3569 CCerror(context, "Internal error #5");
3619 CCerror (context_type *context, char *format, ...)
3751 CCerror(context, "Array with too many dimensions");