Home | History | Annotate | Download | only in cctest

Lines Matching refs:compare_string

43 bool DisassembleAndCompare(byte* pc, const char* compare_string) {
50 if (strcmp(compare_string, disasm_buffer.start()) != 0) {
56 compare_string, disasm_buffer.start());
79 #define COMPARE(asm_, compare_string) \
84 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \