Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Ddisasm-ia32.cc238 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
255 InstructionTable* instruction_table_; member in disasm::DisassemblerIA32
1547 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc299 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()
328 const InstructionTable* const instruction_table_; member in disasm::DisassemblerX64
2374 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()