Home | History | Annotate | Download | only in analysis

Lines Matching refs:LOG_VFY

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)",
464 LOG_VFY("VFY: bad type index %d (max %d)",
478 LOG_VFY("VFY: bad field index %d (max %d)",
492 LOG_VFY("VFY: bad method index %d (max %d)",
505 LOG_VFY("VFY: bad string index %d (max %d)",
518 LOG_VFY("VFY: register index out of range (%d >= %d)",
531 LOG_VFY("VFY: wide register index out of range (%d+1 >= %d)",
556 LOG_VFY("VFY: invalid arg count (%d) in non-range invoke)",
563 LOG_VFY("VFY: invalid reg index (%d) in non-range invoke (> %d)",
588 LOG_VFY("VFY: invalid reg index %d+%d in range invoke (> %d)",
621 LOG_VFY("VFY: invalid switch start: at %d, switch offset %d, "
632 LOG_VFY("VFY: unaligned switch table: at %d, switch offset %d",
653 LOG_VFY("VFY: wrong signature for switch table (0x%04x, wanted 0x%04x)",
660 LOG_VFY("VFY: invalid switch end: at %d, switch offset %d, end %d, "
677 LOG_VFY("VFY: invalid packed switch: last key=%d, this=%d",
695 LOG_VFY("VFY: invalid switch target %d (-> %#x) at %#x[%d]",