Home | History | Annotate | Download | only in cctest

Lines Matching full:compare_string

42 bool DisassembleAndCompare(byte* pc, const char* compare_string) {
49 if (strcmp(compare_string, disasm_buffer.start()) != 0) {
55 compare_string, disasm_buffer.start());
78 #define COMPARE(asm_, compare_string) \
83 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \