Lines Matching refs:instr
385 instr: The instruction to match.
389 def __init__(self, name, report_type, instr, stack, defined_at):
391 self.instr = instr
406 if instr:
407 regex += 'instruction=%s\n' % GlobToRegex(instr)
433 if self.instr:
434 text += "instruction=%s\n" % self.instr
488 instr = None
496 instr = line.replace('instruction=', '')
524 DrMemorySuppression(name, report_type, instr, stack, defined_at))