Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc299 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()
328 const InstructionTable* const instruction_table_; member in disasm::DisassemblerX64
1392 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc249 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
263 InstructionTable* instruction_table_; member in disasm::DisassemblerIA32
909 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
/external/v8/src/x87/
Ddisasm-x87.cc249 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()
263 InstructionTable* instruction_table_; member in disasm::DisassemblerX87
930 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()