Home
last modified time | relevance | path

Searched refs:InstructionTable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ia32/
Ddisasm-ia32.cc178 class InstructionTable { class
180 InstructionTable();
182 static InstructionTable* get_instance() { in get_instance()
183 static InstructionTable table; in get_instance()
200 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
206 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 …]
/external/v8/src/x64/
Ddisasm-x64.cc187 class InstructionTable { class
189 InstructionTable();
205 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
211 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 =