Home
last modified time | relevance | path

Searched refs:InstructionDecode (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
H A Ddisasm.h58 V8_EXPORT_PRIVATE int InstructionDecode(v8::base::Vector<char> buffer,
H A Ddisassembler.cc356 pc += d.InstructionDecode(decode_buffer, pc); in DecodeIt()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h561 void InstructionDecode(Instruction* instr);
574 InstructionDecode(instr); in BranchDelayInstructionDecode()
H A Dsimulator-mips64.cc321 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 Dsimulator-mips.h538 void InstructionDecode(Instruction* instr);
551 InstructionDecode(instr); in BranchDelayInstructionDecode()
H A Dsimulator-mips.cc346 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 Ddisasm-riscv64.cc16 // 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 Ddisasm-x64.cc311 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 Ddisasm-ia32.cc230 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 Dsimulator-arm.h414 void InstructionDecode(Instruction* instr);
H A Dsimulator-arm.cc201 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 Ddisasm-loong64.cc42 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 Dsimulator-riscv64.cc1654 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 Dsimulator-riscv64.h910 void InstructionDecode(Instruction* instr);
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h481 void InstructionDecode(Instruction* instr);
H A Dsimulator-loong64.cc352 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 Ddisasm-ppc.cc16 // 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 Ddisasm-s390.cc16 // 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 Ddisasm-mips64.cc16 // 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 Ddisasm-mips.cc16 // 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 Ddisasm-arm.cc16 // 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 Dsimulator-ppc.cc190 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 Dsimulator-s390.cc200 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 Dassembler-riscv64.cc811 disasm.InstructionDecode(disasm_buffer, reinterpret_cast<byte*>(&instr)); in disassembleInstr()

Completed in 109 milliseconds