Lines Matching refs:instr
391 instr: The instruction to match.
395 def __init__(self, name, report_type, instr, stack, defined_at):
397 self.instr = instr
412 if instr:
413 regex += 'instruction=%s\n' % GlobToRegex(instr)
439 if self.instr:
440 text += "instruction=%s\n" % self.instr
494 instr = None
502 instr = line.replace('instruction=', '')
530 DrMemorySuppression(name, report_type, instr, stack, defined_at))