Searched refs:InstructionTable (Results 1 – 4 of 4) sorted by relevance
155 class InstructionTable { class157 InstructionTable();159 static InstructionTable* get_instance() { in get_instance()160 static InstructionTable table; in get_instance()177 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable183 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()[all …]
165 class InstructionTable { class167 InstructionTable();183 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable189 void InstructionTable::Clear() { in Clear()199 void InstructionTable::Init() { in Init()211 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()226 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()241 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()251 static v8::base::LazyInstance<InstructionTable>::type instruction_table =328 const InstructionTable* const instruction_table_;
2619 static const struct InstructionTable { in ARMEmitIntExt() struct2678 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()