Home | History | Annotate | Download | only in runtime

Lines Matching refs:StringPrintf

19 #include "base/stringprintf.h"
86 LOG(ERROR) << StringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'", shorty_char, descriptor);
92 LOG(ERROR) << StringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
115 LOG(ERROR) << StringPrintf("Bad range for %s: %x to %x", label,
130 LOG(ERROR) << StringPrintf("Bad index for %s: %x >= %x", label, field, limit);
150 LOG(ERROR) << StringPrintf("Bad checksum (%08x, expected %08x)", adler_checksum, header_->checksum_);
156 LOG(ERROR) << StringPrintf("Unexpected endian_tag: %x", header_->endian_tag_);
186 LOG(ERROR) << StringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
190 LOG(ERROR) << StringPrintf("Map item after end of file: %x, size %x", item->offset_, header_->file_size_);
207 LOG(ERROR) << StringPrintf("Unknown map section type %x", item->type_);
212 LOG(ERROR) << StringPrintf("Duplicate map section of type %x", item->type_);
308 LOG(ERROR) << StringPrintf("Invalid handler addr: %x", addr);
316 LOG(ERROR) << StringPrintf("Invalid handler catch_all_addr: %x", addr);
340 LOG(ERROR) << StringPrintf("Bad class_data_item field access_flags %x", access_flags);
367 LOG(ERROR) << StringPrintf("Bad class_data_item method access_flags %x", access_flags);
372 LOG(ERROR)<< StringPrintf("Unexpected zero value for class_data_item method code_off"
376 LOG(ERROR) << StringPrintf("Unexpected non-zero value %x for class_data_item method code_off"
391 LOG(ERROR) << StringPrintf("Non-zero padding %x before section start at %x", *ptr_, offset);
413 LOG(ERROR) << StringPrintf("Bad encoded_value byte size %x", value_arg);
421 LOG(ERROR) << StringPrintf("Bad encoded_value char/short size %x", value_arg);
429 LOG(ERROR) << StringPrintf("Bad encoded_value int/float size %x", value_arg);
440 LOG(ERROR) << StringPrintf("Bad encoded_value string size %x", value_arg);
451 LOG(ERROR) << StringPrintf("Bad encoded_value type size %x", value_arg);
463 LOG(ERROR) << StringPrintf("Bad encoded_value field/enum size %x", value_arg);
474 LOG(ERROR) << StringPrintf("Bad encoded_value method size %x", value_arg);
485 LOG(ERROR) << StringPrintf("Bad encoded_value array value_arg %x", value_arg);
494 LOG(ERROR) << StringPrintf("Bad encoded_value annotation value_arg %x", value_arg);
503 LOG(ERROR) << StringPrintf("Bad encoded_value null value_arg %x", value_arg);
509 LOG(ERROR) << StringPrintf("Bad encoded_value boolean size %x", value_arg);
514 LOG(ERROR) << StringPrintf("Bogus encoded_value value_type %x", value_type);
549 LOG(ERROR) << StringPrintf("Out-of-order annotation_element name_idx: %x then %x",
632 LOG(ERROR) << StringPrintf("Non-zero padding: %x", insns[insns_size]);
657 LOG(ERROR) << StringPrintf("Out-of_order try_item with start_addr: %x",
663 LOG(ERROR) << StringPrintf("Invalid try_item start_addr: %x", try_items->start_addr_);
675 LOG(ERROR) << StringPrintf("Bogus handler offset: %x", try_items->handler_off_);
681 LOG(ERROR) << StringPrintf("Invalid try_item insn_count: %x", try_items->insn_count_);
708 LOG(ERROR) << StringPrintf("String data shorter than indicated utf16_size %x", size);
728 LOG(ERROR) << StringPrintf("Illegal start byte %x in string data", byte);
735 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
740 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
749 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
754 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte3);
759 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
768 LOG(ERROR) << StringPrintf("String longer than indicated size %x", size);
779 LOG(ERROR) << StringPrintf("Invalid parameters_size: %x", parameters_size);
810 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
833 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
841 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
893 LOG(ERROR) << StringPrintf("Bad annotation visibility: %x", *ptr_);
922 LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
940 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
960 LOG(ERROR) << StringPrintf("Out-of-order method_idx for annotation: %x then %x",
1124 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1134 LOG(ERROR) << StringPrintf("Item %d at ends out of bounds", i);
1175 LOG(ERROR) << StringPrintf("Bad type for id section: %x", type);
1181 LOG(ERROR) << StringPrintf("Bad offset for section: got %x, expected %x", offset, expected_offset);
1185 LOG(ERROR) << StringPrintf("Bad size for section: got %x, expected %x", count, expected_size);
1198 LOG(ERROR) << StringPrintf("Bad offset for data subsection: %x", offset);
1208 LOG(ERROR) << StringPrintf("Out-of-bounds end of data subsection: %x", next_offset);
1233 LOG(ERROR) << StringPrintf("Section overlap or out-of-order map: %x, %x", offset, section_offset);
1245 LOG(ERROR) << StringPrintf("Header at %x, not at start of file", section_offset);
1268 LOG(ERROR) << StringPrintf("Map not at header-defined offset: %x, expected %x",
1291 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1304 LOG(ERROR) << StringPrintf("No data map entry found @ %x; expected %x", offset, type);
1308 LOG(ERROR) << StringPrintf("Unexpected data map entry @ %x; expected %x, found %x",
1369 LOG(ERROR) << StringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str);
1384 LOG(ERROR) << StringPrintf("Invalid type descriptor: '%s'", descriptor);
1392 LOG(ERROR) << StringPrintf("Out-of-order type_ids: %x then %x",
1679 LOG(ERROR) << StringPrintf("Out-of-order entry types: %x then %x", last_idx, idx);
1863 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);
1911 LOG(ERROR) << StringPrintf("Unknown map item type %x", type);