HomeSort by relevance Sort by last modified time
    Searched refs:LOG_VFY (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/analysis/
CodeVerify.c 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)
    [all...]
VerifySubs.h 58 #define LOG_VFY(...) dvmLogVerifyFailure(NULL, __VA_ARGS__)
DexVerify.c 79 LOG_VFY("Verifier rejected class %s\n", clazz->descriptor);
85 LOG_VFY("Verifier rejected class %s\n", clazz->descriptor);
674 LOG_VFY("VFY: not expecting optimized instructions\n");
RegisterMap.c     [all...]

Completed in 73 milliseconds