Searched refs:code_str1 (Results 1 – 1 of 1) sorted by relevance
63 std::string code_str1, code_str2; in CompareCode() local64 code.AsString(&code_str1); 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() local122 code.AsString(&code_str1); 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() local426 code.AsString(&code_str1); in AssemblerTest()428 ALOGE("assembler generated\n%s\nshall be\n%s", code_str1.c_str(), code_str2.c_str()); in AssemblerTest()