Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc236 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()
250 InstructionTable* instruction_table_; member in disasm::DisassemblerX87
957 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc239 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
256 InstructionTable* instruction_table_; member in disasm::DisassemblerIA32
1282 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc303 instruction_table_(instruction_table.Pointer()) { in DisassemblerX64()
335 const InstructionTable* const instruction_table_; member in disasm::DisassemblerX64
2284 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()