Home | History | Annotate | Download | only in ia32

Lines Matching refs:InstructionTable

178 class InstructionTable {
180 InstructionTable();
182 static InstructionTable* get_instance() {
183 static InstructionTable table;
200 InstructionTable::InstructionTable() {
206 void InstructionTable::Clear() {
215 void InstructionTable::Init() {
231 void InstructionTable::CopyTable(const ByteMnemonic bm[],
243 void InstructionTable::SetTableRange(InstructionType type,
256 void InstructionTable::AddJumpConditionalShort() {
272 instruction_table_(InstructionTable::get_instance()),
286 InstructionTable* instruction_table_;