/third_party/node/deps/v8/src/diagnostics/ |
H A D | disasm.h | 58 V8_EXPORT_PRIVATE int InstructionDecode(v8::base::Vector<char> buffer,
|
H A D | disassembler.cc | 356 pc += d.InstructionDecode(decode_buffer, pc); in DecodeIt()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 561 void InstructionDecode(Instruction* instr); 574 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
H A D | simulator-mips64.cc | 321 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 347 sim_->InstructionDecode( in Debug() 356 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 518 dasm.InstructionDecode(buffer, cur); in Debug() 635 dasm.InstructionDecode(buffer, cur); in Debug() 7329 void Simulator::InstructionDecode(Instruction* instr) { 7342 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); 7381 InstructionDecode(instr); 7394 InstructionDecode(instr);
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 538 void InstructionDecode(Instruction* instr); 551 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
H A D | simulator-mips.cc | 346 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 372 sim_->InstructionDecode( in Debug() 381 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 574 dasm.InstructionDecode(buffer, cur); in Debug() 691 dasm.InstructionDecode(buffer, cur); in Debug() 6911 void Simulator::InstructionDecode(Instruction* instr) { 6921 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); 6958 InstructionDecode(instr); 6971 InstructionDecode(instr);
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 16 // pc += d.InstructionDecode(buffer, pc); 61 int InstructionDecode(byte* instruction); 2816 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2917 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2920 return d.InstructionDecode(instruction); in InstructionDecode() 2936 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 311 int InstructionDecode(v8::base::Vector<char> buffer, byte* instruction); 2321 int DisassemblerX64::InstructionDecode(v8::base::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerX64 2835 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2838 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2852 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/ia32/ |
H A D | disasm-ia32.cc | 230 int InstructionDecode(v8::base::Vector<char> buffer, byte* instruction); 1748 int DisassemblerIA32::InstructionDecode(v8::base::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerIA32 2898 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2901 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2916 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.h | 414 void InstructionDecode(Instruction* instr);
|
H A D | simulator-arm.cc | 201 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 253 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in ExecDebugCommand() 256 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in ExecDebugCommand() 412 cur += dasm.InstructionDecode(buffer, cur); in ExecDebugCommand() 6123 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 6133 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 6191 InstructionDecode(instr); in Execute() 6204 InstructionDecode(instr); in Execute()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 42 int InstructionDecode(byte* instruction); 98 int InstructionDecode(Instruction* instr); 1601 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1685 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1688 return d.InstructionDecode(instruction); in InstructionDecode() 1701 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1654 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 1681 sim_->InstructionDecode( in Debug() 1690 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 1861 dasm.InstructionDecode(buffer, cur); in Debug() 1967 dasm.InstructionDecode(buffer, cur); in Debug() 5354 // dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(&instr_)); 5870 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(&instr_)); 5966 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(&instr_)); 6033 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(&instr_)); 6867 void Simulator::InstructionDecode(Instructio [all...] |
H A D | simulator-riscv64.h | 910 void InstructionDecode(Instruction* instr);
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 481 void InstructionDecode(Instruction* instr);
|
H A D | simulator-loong64.cc | 352 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 378 sim_->InstructionDecode( in Debug() 387 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 549 dasm.InstructionDecode(buffer, cur); in Debug() 666 dasm.InstructionDecode(buffer, cur); in Debug() 5152 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 5165 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 5225 InstructionDecode(instr); in Execute() 5238 InstructionDecode(instr); in Execute()
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 16 // pc += d.InstructionDecode(buffer, pc); 62 int InstructionDecode(byte* instruction); 1547 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1930 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1933 return d.InstructionDecode(instruction); in InstructionDecode() 1947 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/s390/ |
H A D | disasm-s390.cc | 16 // pc += d.InstructionDecode(buffer, pc); 62 int InstructionDecode(byte* instruction); 1012 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1075 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1078 return d.InstructionDecode(instruction); in InstructionDecode() 1092 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 16 // pc += d.InstructionDecode(buffer, pc); 62 int InstructionDecode(byte* instruction); 2937 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2998 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 3001 return d.InstructionDecode(instruction); in InstructionDecode() 3015 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 16 // pc += d.InstructionDecode(buffer, pc); 62 int InstructionDecode(byte* instruction); 2647 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2709 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2712 return d.InstructionDecode(instruction); in InstructionDecode() 2726 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
H A D | disasm-arm.cc | 16 // pc += d.InstructionDecode(buffer, pc); 63 int InstructionDecode(byte* instruction); 2532 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2621 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2624 return d.InstructionDecode(instruction); in InstructionDecode() 2639 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 190 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 230 dasm.InstructionDecode(buffer, in Debug() 449 cur += dasm.InstructionDecode(buffer, cur); in Debug() 5312 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in Trace()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 200 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 244 dasm.InstructionDecode(buffer, in Debug() 255 dasm.InstructionDecode(buffer, in Debug() 477 cur += dasm.InstructionDecode(buffer, cur); in Debug() 2454 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in ExecuteInstruction()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 811 disasm.InstructionDecode(disasm_buffer, reinterpret_cast<byte*>(&instr)); in disassembleInstr()
|