Lines Matching full:shorty
155 ErrorStringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'",
162 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
167 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char);
1518 LOAD_STRING(shorty, item->shorty_idx_, "inter_proto_id_item shorty_idx")
1525 // Check the return type and advance the shorty.
1527 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) {
1530 shorty++;
1533 while (it.HasNext() && *shorty != '\0') {
1535 "inter_proto_id_item shorty type_idx")) {
1539 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) {
1543 shorty++;
1545 if (UNLIKELY(it.HasNext() || *shorty != '\0')) {
1546 ErrorStringPrintf("Mismatched length for parameters and shorty");