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

  /dalvik/vm/analysis/
CodeVerify.cpp 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)
    [all...]
DexVerify.cpp 51 LOG_VFY("Verifier rejected class %s", clazz->descriptor);
57 LOG_VFY("Verifier rejected class %s", clazz->descriptor);
361 LOG_VFY("VFY: invalid array data start: at %d, data offset %d, "
372 LOG_VFY("VFY: unaligned array data table: at %d, data offset %d",
384 LOG_VFY("VFY: invalid array data end: at %d, data offset %d, end %d, "
405 LOG_VFY("VFY: bad type index %d (max %d)",
412 LOG_VFY("VFY: can't call new-instance on type '%s'",
430 LOG_VFY("VFY: bad type index %d (max %d)",
444 LOG_VFY("VFY: can't new-array class '%s' (not an array)",
449 LOG_VFY("VFY: can't new-array class '%s' (exceeds limit)"
    [all...]
VerifySubs.h 50 #define LOG_VFY(...) dvmLogVerifyFailure(NULL, __VA_ARGS__)

Completed in 240 milliseconds