Searched refs:instruction_table_ (Results 1 – 3 of 3) sorted by relevance
236 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()250 InstructionTable* instruction_table_; member in disasm::DisassemblerX87957 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
239 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()256 InstructionTable* instruction_table_; member in disasm::DisassemblerIA321282 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
303 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()335 const InstructionTable* const instruction_table_; member in disasm::DisassemblerX642284 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()