Searched refs:InstructionTable (Results 1 – 2 of 2) sorted by relevance
178 class InstructionTable { class180 InstructionTable();182 static InstructionTable* get_instance() { in get_instance()183 static InstructionTable table; in get_instance()200 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable206 void InstructionTable::Clear() { in Clear()215 void InstructionTable::Init() { in Init()231 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()243 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()256 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()[all …]
187 class InstructionTable { class189 InstructionTable();205 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable211 void InstructionTable::Clear() { in Clear()221 void InstructionTable::Init() { in Init()233 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()248 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()263 void InstructionTable::AddJumpConditionalShort() { in AddJumpConditionalShort()273 static v8::internal::LazyInstance<InstructionTable>::type instruction_table =