Lines Matching refs:length
194 if (disassembler.length() != 0) {
243 if (resolved_assembler_cmd_.length() != 0) {
248 if (line.length() == 0) {
270 if (resolved_objdump_cmd_.length() != 0) {
275 if (line.length() == 0) {
296 if (resolved_disassemble_cmd_.length() != 0) {
301 if (line.length() == 0) {
343 EXPECT_NE(assembly_text.length(), 0U) << "Empty assembly";
370 LOG(INFO) << "GCC chose a different encoding than ours, but the overall length is the "
387 uintptr_t length;
459 if (disassembler.length() == 0) {
554 if (odump.length() == 0) {
575 std::istringstream(lengthToken) >> std::hex >> res->length;
583 res->code.reset(new std::vector<uint8_t>(res->length));
584 obj.read(reinterpret_cast<char*>(&(*res->code)[0]), res->length);
602 if (file.length() == 0) {
685 if (tmpnam_.length() == 0) {