Searched refs:current_instruction_attributes_ (Results 1 – 1 of 1) sorted by relevance
163 InstructionAttribute current_instruction_attributes_; variable169 current_instruction_attributes_(kNoAttribute) {} in DisassemblerStream()176 current_instruction_attributes_ = current_instruction_attributes; in SetCurrentInstruction()182 return current_instruction_attributes_; in GetCurrentInstructionAttributes()185 return (current_instruction_attributes_ & attributes) == attributes; in Has()