Lines Matching refs:InstructionTable
140 class InstructionTable { class
142 InstructionTable();
144 static InstructionTable* get_instance() { in get_instance()
145 static InstructionTable table; in get_instance()
162 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
168 void InstructionTable::Clear() { in Clear()
177 void InstructionTable::Init() { in Init()
193 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
205 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
218 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()
238 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
255 InstructionTable* instruction_table_;