Lines Matching refs:DisassembleAndCompare
43 bool DisassembleAndCompare(byte* pc, const char* compare_string) {
89 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \
115 if (!DisassembleAndCompare(progcounter, str_with_address)) failure = true; \
127 if (!DisassembleAndCompare(progcounter, str_with_address)) failure = true; \
143 if (!DisassembleAndCompare(progcounter, str_with_address)) failure = true; \