Searched refs:instruction_table_ (Results 1 – 2 of 2) sorted by relevance
238 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()255 InstructionTable* instruction_table_; member in disasm::DisassemblerIA321547 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
299 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()328 const InstructionTable* const instruction_table_; member in disasm::DisassemblerX642374 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()