Home | History | Annotate | Download | only in analysis

Lines Matching refs:LOG_VFY

294         LOG_VFY("Unexpected checkType %d (srcType=%d)", checkType, srcType);
508 LOG_VFY("VFY: addr %d already set to %p, not setting to %p",
517 LOG_VFY("VFY: addr %d not found in uninit map", addr);
551 //LOG_VFY("VFY: attempted to use uninitialized reference");
641 LOG_VFY("VFY: unable to find class referenced in signature (%s)",
652 LOG_VFY("VFY: invalid char in signature in '%s'",
675 LOG_VFY("VFY: invalid char in signature in '%s'", pDescriptor);
685 LOG_VFY("VFY: invalid use of primitive type '%s'", pDescriptor);
713 LOG_VFY("VFY: bad signature component '%s' (missing ';')", sig);
753 LOG_VFY("VFY: bad signature component '%s' (missing ';')", sig);
820 LOG_VFY("VFY: expected %d args, found more (%s)",
880 LOG_VFY("VFY: unexpected signature type char '%c'", *descriptor);
886 LOG_VFY("VFY: expected %d args, found %d", expectedArgs, actualArgs);
944 LOG_VFY("VFY: bad signature '%s' for %s.%s",
1144 LOG_VFY("VFY: unable to resolve %s method %u: %s.%s %s",
1160 LOG_VFY("VFY: invalid call to %s.%s",
1171 LOG_VFY("VFY: invoke type does not match method type of %s.%s",
1185 LOG_VFY("VFY: invalid invoke-super from %s.%s to super %s.%s %s",
1210 LOG_VFY("VFY: invalid arg count (%d) exceeds outsSize (%d)",
1234 LOG_VFY("VFY: 'this' arg must be initialized");
1240 LOG_VFY("VFY: 'this' arg '%s' not instance of '%s'",
1255 LOG_VFY("VFY: expected %d args, found more (%c)",
1275 LOG_VFY("VFY: bad arg %d (into %s)",
1291 LOG_VFY("VFY: bad arg %d (into %s)",
1331 LOG_VFY("VFY: invocation target: bad signature type char '%c'",
1340 LOG_VFY("VFY: invocation target: bad signature '%s'", desc);
1346 LOG_VFY("VFY: expected %d args, found %d", expectedArgs, actualArgs);
1356 LOG_VFY("VFY: rejecting call to %s.%s %s",
1440 LOG_VFY("VFY: tried to get class from non-ref register v%d (type=%d)",
1446 LOG_VFY("VFY: register %u holds uninitialized reference", vsrc);
1473 LOG_VFY("VFY: invoke lacks 'this'");
1481 LOG_VFY("VFY: tried to get class from non-ref register v%d (type=%d)",
1603 LOG_VFY("VFY: register1 v%u type %d, wanted %d",
1619 LOG_VFY("VFY: register2 v%u-%u values %d,%d",
1624 LOG_VFY("VFY: register2 v%u type %d, wanted %d",
1650 LOG_VFY("VFY: unexpected check type %d", checkType);
1656 LOG_VFY("VFY: uninitialized ref not expected as reg check");
1662 LOG_VFY("VFY: register1 v%u type %d, wanted ref", vsrc, srcType);
1667 LOG_VFY("VFY: register1 v%u holds uninitialized ref", vsrc);
1688 LOG_VFY("VFY: %s does not implement %s",
1695 LOG_VFY("VFY: %s is not instance of %s",
1849 LOG_VFY("monitorEntries mismatch");
1854 LOG_VFY("monitorStackTop mismatch");
1860 LOG_VFY("monitorStack mismatch");
1974 LOG_VFY("VFY: copy1 v%u<-v%u type=%d cat=%d", vdst, vsrc, type, cat);
1997 LOG_VFY("VFY: copy2 v%u<-v%u type=%d/%d", vdst, vsrc, typel, typeh);
2020 LOG_VFY("VFY: copyRes1 v%u<-v%u cat=%d type=%d",
2047 LOG_VFY("VFY: copyRes2 v%u<-v%u type=%d/%d",
2216 LOG_VFY("Got unexpectedly large shift count %u", shiftCount);
2697 LOG_VFY("VFY: attempt to access field in non-reference type %d",
2705 LOG_VFY("VFY: unable to resolve instance field %u", fieldIdx);
2722 LOG_VFY("VFY: attempt to access field via uninitialized ref");
2730 LOG_VFY("VFY: invalid field access (field %s.%s, through %s ref)",
2742 LOG_VFY("VFY: invalid constructor field access (field %s in %s)",
2771 LOG_VFY("VFY: unable to resolve static field %u (%s) in %s", fieldIdx,
2874 LOG_VFY("VFY: <init> returning without calling superclass init");
2895 LOG_VFY("VFY: invalid use of move-exception");
2955 LOG_VFY("VFY: unable to resolve exception class %u (%s)",
3214 LOG_VFY("VFY: filled-new-array arg %u(%u) not valid", ui, getReg);
3312 LOG_VFY("GLITCH: verifier asked to replace opcode 0x%02x", opcode);
3351 LOG_VFY("VFY: monitor-enter on non-object");
3363 LOG_VFY("VFY: monitor-enter stack overflow (%d)",
3384 LOG_VFY("VFY: monitor-exit on non-object");
3396 LOG_VFY("VFY: monitor-exit stack underflow");
3415 LOG_VFY("VFY: monitor-exit bit %d not set: addr=0x%04x (bits[%d]=%#x)",
3688 LOG_VFY("HUH? workLine diverged in %s.%s %s",
3874 LOG_VFY("VFY: encountered data table in instruction stream");
3942 LOG_VFY("VFY: return-void not expected");
3954 LOG_VFY("VFY: return-1nr not expected");
3971 LOG_VFY("VFY: return-1nr on invalid register v%d",
3986 LOG_VFY("VFY: return-wide not expected");
3991 LOG_VFY("VFY: return-wide on invalid register pair v%d",
4003 LOG_VFY("VFY: return-object not expected");
4031 LOG_VFY("VFY: returning %s (cl=%p), declared %s (cl=%p)",
4073 LOG_VFY("VFY: unable to resolve const-class %d (%s) in %s",
4124 LOG_VFY("VFY: unable to resolve check-cast %d (%s) in %s",
4132 LOG_VFY("VFY: check-cast on non-reference in v%u",decInsn.vA);
4143 LOG_VFY("VFY: vB not a reference (%d)", tmpType);
4153 LOG_VFY("VFY: unable to resolve instanceof %d (%s) in %s",
4167 LOG_VFY("VFY: array-length on non-array");
4179 LOG_VFY("VFY: unable to resolve new-instance %d (%s) in %s",
4187 LOG_VFY("VFY: new-instance on interface or abstract class %s",
4214 LOG_VFY("VFY: unable to resolve new-array %d (%s) in %s",
4218 LOG_VFY("VFY: new-array on non-array class");
4233 LOG_VFY("VFY: unable to resolve filled-array %d (%s) in %s",
4237 LOG_VFY("VFY: filled-new-array on non-array class");
4274 LOG_VFY("VFY: thrown class %s not instanceof Throwable",
4312 LOG_VFY("VFY: invalid fill-array-data on %s",
4328 LOG_VFY("VFY: invalid magic for array-data");
4361 LOG_VFY("VFY: array-data size mismatch (%d vs %d)",
4387 LOG_VFY("VFY: args to if-eq/if-ne must both be refs or cat1");
4402 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4411 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4425 LOG_VFY("VFY: expected non-float cat-1 arg to if");
4437 LOG_VFY("VFY: expected non-float cat-1 arg to if");
4472 LOG_VFY("VFY: invalid aget-1nr target %s",
4487 LOG_VFY("VFY: invalid aget-1nr, array type=%d with"
4521 LOG_VFY("VFY: invalid aget-wide target %s",
4536 LOG_VFY("VFY: invalid aget-wide on %s",
4571 LOG_VFY("VFY: aget-object on non-array class");
4590 LOG_VFY("VFY: aget-object on non-ref array class (%s)",
4642 LOG_VFY("VFY: invalid reg type %d on aput instr (need %d)",
4659 LOG_VFY("VFY: invalid aput-1nr on %s", resClass->descriptor);
4676 LOG_VFY("VFY: invalid aput-1nr on %s (inst=%d dst=%d)",
4697 LOG_VFY("VFY: invalid aput-wide on %s",
4711 LOG_VFY("VFY: invalid aput-wide on %s",
4742 LOG_VFY("VFY: invalid aput-object on %s",
4767 LOG_VFY("VFY: invalid aput-object of %s into %s",
4812 LOG_VFY("VFY: invalid iget-1nr of %s.%s (inst=%d field=%d)",
4842 LOG_VFY("VFY: invalid iget-wide of %s.%s",
4868 LOG_VFY("VFY: unable to recover field class from '%s'",
4915 LOG_VFY("VFY: invalid reg type %d on iput instr (need %d)",
4945 LOG_VFY("VFY: invalid iput-1nr of %s.%s (inst=%d field=%d)",
4984 LOG_VFY("VFY: invalid iput-wide of %s.%s",
5009 LOG_VFY("VFY: unable to recover field class from '%s'",
5017 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)",
5026 LOG_VFY("VFY: storing uninit ref v%d into ref field",
5035 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)",
5084 LOG_VFY("VFY: invalid sget-1nr of %s.%s (inst=%d actual=%d)",
5111 LOG_VFY("VFY: invalid sget-wide of %s.%s",
5133 LOG_VFY("VFY: unable to recover field class from '%s'",
5139 LOG_VFY("VFY: attempt to get prim field with sget-object");
5181 LOG_VFY("VFY: invalid reg type %d on sput instr (need %d)",
5214 LOG_VFY("VFY: invalid sput-1nr of %s.%s (inst=%d actual=%d)",
5250 LOG_VFY("VFY: invalid sput-wide of %s.%s",
5273 LOG_VFY("VFY: unable to recover field class from '%s'",
5281 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)",
5290 LOG_VFY("VFY: storing uninit ref v%d into ref field",
5299 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)",
5366 LOG_VFY("VFY: unable to initialize null ref");
5379 LOG_VFY("VFY: invoke-direct <init> on super only "
5385 LOG_VFY("VFY: invoke-direct <init> must be on current "
5393 LOG_VFY("VFY: can only initialize the uninitialized");
5464 LOG_VFY("VFY: interface call on uninitialized");
5479 LOG_VFY("VFY: unable to match absMethod '%s' with %s interfaces",