Home | History | Annotate | Download | only in analysis

Lines Matching refs:LOG_VFY

274         LOG_VFY("Unexpected checkType %d (srcType=%d)\n", checkType, srcType);
451 LOG_VFY("VFY: addr %d already set to %p, not setting to %p\n",
460 LOG_VFY("VFY: addr %d not found in uninit map\n", addr);
493 //LOG_VFY("VFY: attempted to use uninitialized reference\n");
583 LOG_VFY("VFY: unable to find class referenced in signature (%s)\n",
594 LOG_VFY("VFY: invalid char in signature in '%s'\n",
617 LOG_VFY("VFY: invalid char in signature in '%s'\n", pDescriptor);
627 LOG_VFY("VFY: invalid use of primitive type '%s'\n", pDescriptor);
655 LOG_VFY("VFY: bad signature component '%s' (missing ';')\n", sig);
695 LOG_VFY("VFY: bad signature component '%s' (missing ';')\n", sig);
761 LOG_VFY("VFY: expected %d args, found more (%s)\n",
821 LOG_VFY("VFY: unexpected signature type char '%c'\n", *descriptor);
827 LOG_VFY("VFY: expected %d args, found %d\n", expectedArgs, actualArgs);
885 LOG_VFY("VFY: bad signature '%s' for %s.%s\n",
1090 LOG_VFY("VFY: unable to resolve %s method %u: %s.%s %s\n",
1106 LOG_VFY("VFY: invalid call to %s.%s\n",
1117 LOG_VFY("VFY: invoke type does not match method type of %s.%s\n",
1131 LOG_VFY("VFY: invalid invoke-super from %s.%s to super %s.%s %s\n",
1153 LOG_VFY("VFY: invalid arg count in non-range invoke (%d)\n",
1158 LOG_VFY("VFY: invalid arg count (%d) exceeds outsSize (%d)\n",
1183 LOG_VFY("VFY: 'this' arg must be initialized\n");
1189 LOG_VFY("VFY: 'this' arg '%s' not instance of '%s'\n",
1204 LOG_VFY("VFY: expected %d args, found more (%c)\n",
1224 LOG_VFY("VFY: bad arg %d (into %s)\n",
1240 LOG_VFY("VFY: bad arg %d (into %s)\n",
1288 LOG_VFY("VFY: invocation target: bad signature type char '%c'\n",
1297 LOG_VFY("VFY: invocation target: bad signature '%s'\n", desc);
1303 LOG_VFY("VFY: expected %d args, found %d\n", expectedArgs, actualArgs);
1313 LOG_VFY("VFY: rejecting call to %s.%s %s\n",
1404 LOG_VFY("VFY: tried to get class from non-ref register v%d (type=%d)\n",
1410 LOG_VFY("VFY: register %u holds uninitialized reference\n", vsrc);
1438 LOG_VFY("VFY: invoke lacks 'this'\n");
1446 LOG_VFY("VFY: failed to get 'this' from register %u\n", pDecInsn->vC);
1451 LOG_VFY("VFY: tried to get class from non-ref register v%d (type=%d)\n",
1530 LOG_VFY("Unexpected set type %d\n", newType);
1571 LOG_VFY("VFY: register1 v%u type %d, wanted %d\n",
1579 LOG_VFY("VFY: register2 v%u out of range (%d)\n",
1583 LOG_VFY("VFY: register2 v%u-%u values %d,%d\n",
1587 LOG_VFY("VFY: register2 v%u type %d, wanted %d\n",
1607 LOG_VFY("VFY: unexpected check type %d\n", checkType);
1613 LOG_VFY("VFY: uninitialized ref not expected as reg check\n");
1619 LOG_VFY("VFY: register1 v%u type %d, wanted ref\n", vsrc, srcType);
1624 LOG_VFY("VFY: register1 v%u holds uninitialized ref\n", vsrc);
1645 LOG_VFY("VFY: %s does not implement %s\n",
1652 LOG_VFY("VFY: %s is not instance of %s\n",
1868 LOG_VFY("VFY: copy1 v%u<-v%u type=%d cat=%d\n", vdst, vsrc, type, cat);
1889 LOG_VFY("VFY: copy2 v%u<-v%u type=%d/%d\n", vdst, vsrc, typel, typeh);
1916 LOG_VFY("VFY: copyRes1 v%u<-v%u cat=%d type=%d\n",
1950 LOG_VFY("VFY: copyRes2 v%u<-v%u type=%d/%d\n",
2118 LOG_VFY("Got unexpectedly large shift count %u\n", shiftCount);
2514 LOG_VFY("VFY: attempt to access field in non-reference type %d\n",
2522 LOG_VFY("VFY: unable to resolve instance field %u\n", fieldIdx);
2539 LOG_VFY("VFY: attempt to access field via uninitialized ref\n");
2547 LOG_VFY("VFY: invalid field access (field %s.%s, through %s ref)\n",
2559 LOG_VFY("VFY: invalid constructor field access (field %s in %s)\n",
2588 LOG_VFY("VFY: unable to resolve static field %u (%s) in %s\n", fieldIdx,
2688 LOG_VFY("VFY: <init> returning without calling superclass init\n");
2709 LOG_VFY("VFY: invalid use of move-exception\n");
2771 LOG_VFY("VFY: unable to resolve exception class %u (%s)\n",
2943 LOG_VFY("VFY: filled-new-array arg %u(%u) not valid\n", ui, getReg);
3044 LOG_VFY("GLITCH: verifier asked to replace opcode 0x%02x\n",
3326 LOG_VFY("HUH? workRegs diverged in %s.%s %s\n",
3536 LOG_VFY("VFY: encountered data table in instruction stream\n");
3605 LOG_VFY("VFY: return-void not expected\n");
3617 LOG_VFY("VFY: return-32 not expected\n");
3624 LOG_VFY("VFY: return-32 on invalid register v%d\n", decInsn.vA);
3637 LOG_VFY("VFY: return-wide not expected\n");
3649 LOG_VFY("VFY: return-wide on invalid register pair v%d\n",
3661 LOG_VFY("VFY: return-object not expected\n");
3690 LOG_VFY("VFY: returning %s (cl=%p), declared %s (cl=%p)\n",
3733 LOG_VFY("VFY: unable to resolve const-class %d (%s) in %s\n",
3747 LOG_VFY("VFY: monitor op on non-object\n");
3766 LOG_VFY("VFY: unable to resolve check-cast %d (%s) in %s\n",
3777 LOG_VFY("VFY: check-cast on non-reference in v%u\n",decInsn.vA);
3791 LOG_VFY("VFY: vB not a reference (%d)\n", tmpType);
3801 LOG_VFY("VFY: unable to resolve instanceof %d (%s) in %s\n",
3817 LOG_VFY("VFY: array-length on non-array\n");
3830 LOG_VFY("VFY: unable to resolve new-instance %d (%s) in %s\n",
3838 LOG_VFY("VFY: new-instance on interface or abstract class %s\n",
3866 LOG_VFY("VFY: unable to resolve new-array %d (%s) in %s\n",
3870 LOG_VFY("VFY: new-array on non-array class\n");
3887 LOG_VFY("VFY: unable to resolve filled-array %d (%s) in %s\n",
3891 LOG_VFY("VFY: filled-new-array on non-array class\n");
3938 LOG_VFY("VFY: thrown class %s not instanceof Throwable\n",
3978 LOG_VFY("VFY: invalid fill-array-data on %s\n",
3994 LOG_VFY("VFY: invalid magic for array-data\n");
4027 LOG_VFY("VFY: array-data size mismatch (%d vs %d)\n",
4054 LOG_VFY("VFY: args to if-eq/if-ne must both be refs or cat1\n");
4068 LOG_VFY("VFY: args to 'if' must be cat-1nr\n");
4076 LOG_VFY("VFY: args to 'if' must be cat-1nr\n");
4089 LOG_VFY("VFY: expected cat-1 arg to if\n");
4100 LOG_VFY("VFY: expected cat-1 arg to if\n");
4137 LOG_VFY("VFY: invalid aget-1nr target %s\n",
4148 LOG_VFY("VFY: invalid aget-1nr, array type=%d with"
4180 LOG_VFY("VFY: invalid aget-wide target %s\n",
4195 LOG_VFY("VFY: invalid aget-wide on %s\n",
4235 LOG_VFY("VFY: aget-object on non-array class\n");
4254 LOG_VFY("VFY: aget-object on non-ref array class (%s)\n",
4304 LOG_VFY("VFY: invalid reg type %d on aput instr (need %d)\n",
4322 LOG_VFY("VFY: invalid aput-1nr on %s\n", resClass->descriptor);
4333 LOG_VFY("VFY: invalid aput-1nr on %s (inst=%d dst=%d)\n",
4366 LOG_VFY("VFY: invalid aput-wide on %s\n",
4378 LOG_VFY("VFY: invalid aput-wide on %s\n",
4412 LOG_VFY("VFY: invalid aput-object on %s\n",
4437 LOG_VFY("VFY: invalid aput-object of %s into %s\n",
4481 LOG_VFY("VFY: invalid iget-1nr of %s.%s (inst=%d field=%d)\n",
4516 LOG_VFY("VFY: invalid iget-wide of %s.%s\n",
4547 LOG_VFY("VFY: unable to recover field class from '%s'\n",
4592 LOG_VFY("VFY: invalid reg type %d on iput instr (need %d)\n",
4615 LOG_VFY("VFY: invalid iput-1nr of %s.%s (inst=%d field=%d)\n",
4655 LOG_VFY("VFY: invalid iput-wide of %s.%s\n",
4685 LOG_VFY("VFY: unable to recover field class from '%s'\n",
4696 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)\n",
4705 LOG_VFY("VFY: storing uninit ref v%d into ref field\n",
4714 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)\n",
4760 LOG_VFY("VFY: invalid sget-1nr of %s.%s (inst=%d actual=%d)\n",
4789 LOG_VFY("VFY: invalid sget-wide of %s.%s\n",
4813 LOG_VFY("VFY: unable to recover field class from '%s'\n",
4819 LOG_VFY("VFY: attempt to get prim field with sget-object\n");
4860 LOG_VFY("VFY: invalid reg type %d on sput instr (need %d)\n",
4882 LOG_VFY("VFY: invalid sput-1nr of %s.%s (inst=%d actual=%d)\n",
4916 LOG_VFY("VFY: invalid sput-wide of %s.%s\n",
4941 LOG_VFY("VFY: unable to recover field class from '%s'\n",
4952 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)\n",
4961 LOG_VFY("VFY: storing uninit ref v%d into ref field\n",
4970 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)\n",
5038 LOG_VFY("VFY: unable to initialize null ref\n");
5051 LOG_VFY("VFY: invoke-direct <init> on super only "
5057 LOG_VFY("VFY: invoke-direct <init> must be on current "
5065 LOG_VFY("VFY: can only initialize the uninitialized\n");
5138 LOG_VFY("VFY: interface call on uninitialized\n");
5153 LOG_VFY("VFY: unable to match absMethod '%s' with %s interfaces\n",