Searched refs:code_str2 (Results 1 – 1 of 1) sorted by relevance
63 std::string code_str1, code_str2; in CompareCode() local65 code2.AsString(&code_str2); in CompareCode()66 ALOGE("assembler generated\n%s\nshall be\n%s", code_str1.c_str(), code_str2.c_str()); in CompareCode()121 std::string code_str1, code_str2; in AssemblerTest() local123 code2.AsString(&code_str2); in AssemblerTest()124 ALOGE("assembler generated\n%s\nshall be\n%s", code_str1.c_str(), code_str2.c_str()); in AssemblerTest()425 std::string code_str1, code_str2; in AssemblerTest() local427 code2.AsString(&code_str2); in AssemblerTest()428 ALOGE("assembler generated\n%s\nshall be\n%s", code_str1.c_str(), code_str2.c_str()); in AssemblerTest()