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);
3355 LOG_VFY("GLITCH: verifier asked to replace opcode 0x%02x", opcode);
3411 LOG_VFY("VFY: monitor-enter on non-object");
3423 LOG_VFY("VFY: monitor-enter stack overflow (%d)",
3444 LOG_VFY("VFY: monitor-exit on non-object");
3456 LOG_VFY("VFY: monitor-exit stack underflow");
3475 LOG_VFY("VFY: monitor-exit bit %d not set: addr=0x%04x (bits[%d]=%#x)",
3748 LOG_VFY("HUH? workLine diverged in %s.%s %s",
3934 LOG_VFY("VFY: encountered data table in instruction stream");
4002 LOG_VFY("VFY: return-void not expected");
4014 LOG_VFY("VFY: return-1nr not expected");
4031 LOG_VFY("VFY: return-1nr on invalid register v%d",
4046 LOG_VFY("VFY: return-wide not expected");
4051 LOG_VFY("VFY: return-wide on invalid register pair v%d",
4063 LOG_VFY("VFY: return-object not expected");
4091 LOG_VFY("VFY: returning %s (cl=%p), declared %s (cl=%p)",
4134 LOG_VFY("VFY: unable to resolve const-class %d (%s) in %s",
4186 LOG_VFY("VFY: unable to resolve check-cast %d (%s) in %s",
4194 LOG_VFY("VFY: check-cast on non-reference in v%u",decInsn.vA);
4206 LOG_VFY("VFY: vB not a reference (%d)", tmpType);
4216 LOG_VFY("VFY: unable to resolve instanceof %d (%s) in %s",
4230 LOG_VFY("VFY: array-length on non-array");
4243 LOG_VFY("VFY: unable to resolve new-instance %d (%s) in %s",
4251 LOG_VFY("VFY: new-instance on interface or abstract class %s",
4279 LOG_VFY("VFY: unable to resolve new-array %d (%s) in %s",
4283 LOG_VFY("VFY: new-array on non-array class");
4299 LOG_VFY("VFY: unable to resolve filled-array %d (%s) in %s",
4303 LOG_VFY("VFY: filled-new-array on non-array class");
4341 LOG_VFY("VFY: thrown class %s not instanceof Throwable",
4379 LOG_VFY("VFY: invalid fill-array-data on %s",
4395 LOG_VFY("VFY: invalid magic for array-data");
4428 LOG_VFY("VFY: array-data size mismatch (%d vs %d)",
4454 LOG_VFY("VFY: args to if-eq/if-ne must both be refs or cat1");
4469 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4478 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4492 LOG_VFY("VFY: expected non-float cat-1 arg to if");
4504 LOG_VFY("VFY: expected non-float cat-1 arg to if");
4539 LOG_VFY("VFY: invalid aget-1nr target %s",
4554 LOG_VFY("VFY: invalid aget-1nr, array type=%d with"
4583 LOG_VFY("VFY: invalid aget-wide target %s",
4598 LOG_VFY("VFY: invalid aget-wide on %s",
4633 LOG_VFY("VFY: aget-object on non-array class");
4652 LOG_VFY("VFY: aget-object on non-ref array class (%s)",
4704 LOG_VFY("VFY: invalid reg type %d on aput instr (need %d)",
4721 LOG_VFY("VFY: invalid aput-1nr on %s", resClass->descriptor);
4738 LOG_VFY("VFY: invalid aput-1nr on %s (inst=%d dst=%d)",
4759 LOG_VFY("VFY: invalid aput-wide on %s",
4773 LOG_VFY("VFY: invalid aput-wide on %s",
4804 LOG_VFY("VFY: invalid aput-object on %s",
4829 LOG_VFY("VFY: invalid aput-object of %s into %s",
4879 LOG_VFY("VFY: invalid iget-1nr of %s.%s (inst=%d field=%d)",
4910 LOG_VFY("VFY: invalid iget-wide of %s.%s",
4937 LOG_VFY("VFY: unable to recover field class from '%s'",
4989 LOG_VFY("VFY: invalid reg type %d on iput instr (need %d)",
5019 LOG_VFY("VFY: invalid iput-1nr of %s.%s (inst=%d field=%d)",
5059 LOG_VFY("VFY: invalid iput-wide of %s.%s",
5085 LOG_VFY("VFY: unable to recover field class from '%s'",
5093 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)",
5102 LOG_VFY("VFY: storing uninit ref v%d into ref field",
5111 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)",
5165 LOG_VFY("VFY: invalid sget-1nr of %s.%s (inst=%d actual=%d)",
5193 LOG_VFY("VFY: invalid sget-wide of %s.%s",
5216 LOG_VFY("VFY: unable to recover field class from '%s'",
5222 LOG_VFY("VFY: attempt to get prim field with sget-object");
5269 LOG_VFY("VFY: invalid reg type %d on sput instr (need %d)",
5302 LOG_VFY("VFY: invalid sput-1nr of %s.%s (inst=%d actual=%d)",
5339 LOG_VFY("VFY: invalid sput-wide of %s.%s",
5363 LOG_VFY("VFY: unable to recover field class from '%s'",
5371 LOG_VFY("VFY: storing non-ref v%d into ref field '%s' (%s)",
5380 LOG_VFY("VFY: storing uninit ref v%d into ref field",
5389 LOG_VFY("VFY: storing type '%s' into field type '%s' (%s.%s)",
5463 LOG_VFY("VFY: unable to initialize null ref");
5476 LOG_VFY("VFY: invoke-direct <init> on super only "
5482 LOG_VFY("VFY: invoke-direct <init> must be on current "
5490 LOG_VFY("VFY: can only initialize the uninitialized");
5565 LOG_VFY("VFY: interface call on uninitialized");
5580 LOG_VFY("VFY: unable to match absMethod '%s' with %s interfaces",