Lines Matching refs:InstructionTable
155 class InstructionTable { class
157 InstructionTable();
159 static InstructionTable* get_instance() { in get_instance()
160 static InstructionTable table; in get_instance()
177 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
183 void InstructionTable::Clear() { in Clear()
192 void InstructionTable::Init() { in Init()
208 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
220 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
233 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
249 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()
263 InstructionTable* instruction_table_;