/external/v8/src/ppc/ |
D | disasm-ppc.cc | 60 int InstructionDecode(byte* instruction); 1150 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1515 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1518 return d.InstructionDecode(instruction); in InstructionDecode() 1533 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-ppc.cc | 207 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 247 dasm.InstructionDecode(buffer, in Debug() 463 cur += dasm.InstructionDecode(buffer, cur); in Debug() 3900 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in Trace()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 58 int InstructionDecode(byte* instruction); 900 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 963 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 966 return d.InstructionDecode(instruction); in InstructionDecode() 980 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-s390.cc | 203 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 247 dasm.InstructionDecode(buffer, in Debug() 258 dasm.InstructionDecode(buffer, in Debug() 478 cur += dasm.InstructionDecode(buffer, cur); in Debug() 2338 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in ExecuteInstruction()
|
/external/v8/src/ |
D | disasm.h | 59 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
|
D | disassembler.cc | 265 pc += d.InstructionDecode(decode_buffer, pc); in DecodeIt()
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 494 void InstructionDecode(Instruction* instr); 507 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
D | disasm-mips64.cc | 60 int InstructionDecode(byte* instruction); 3001 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 3071 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 3074 return d.InstructionDecode(instruction); in InstructionDecode() 3091 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-mips64.cc | 331 dasm.InstructionDecode(buffer, in Debug() 358 sim_->InstructionDecode( in Debug() 367 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 527 dasm.InstructionDecode(buffer, cur); in Debug() 647 dasm.InstructionDecode(buffer, cur); in Debug() 7252 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 7265 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 7306 InstructionDecode(instr); in Execute() 7319 InstructionDecode(instr); in Execute()
|
/external/v8/src/mips/ |
D | simulator-mips.h | 472 void InstructionDecode(Instruction* instr); 485 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
D | disasm-mips.cc | 59 int InstructionDecode(byte* instruction); 2683 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2755 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2758 return d.InstructionDecode(instruction); in InstructionDecode() 2775 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-mips.cc | 366 dasm.InstructionDecode(buffer, in Debug() 393 sim_->InstructionDecode( in Debug() 402 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 595 dasm.InstructionDecode(buffer, cur); in Debug() 715 dasm.InstructionDecode(buffer, cur); in Debug() 6904 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 6914 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 6951 InstructionDecode(instr); in Execute() 6964 InstructionDecode(instr); in Execute()
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 64 int InstructionDecode(byte* instruction); 2603 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2705 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2708 return d.InstructionDecode(instruction); in InstructionDecode() 2724 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-arm.h | 323 void InstructionDecode(Instruction* instr);
|
D | simulator-arm.cc | 208 dasm.InstructionDecode(buffer, in Debug() 232 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 235 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 393 cur += dasm.InstructionDecode(buffer, cur); in Debug() 5679 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 5689 dasm.InstructionDecode(buffer, in InstructionDecode() 5749 InstructionDecode(instr); in Execute() 5762 InstructionDecode(instr); in Execute()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 248 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 1514 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerIA32 2641 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2644 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2659 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 305 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 2330 int DisassemblerX64::InstructionDecode(v8::internal::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerX64 2861 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2864 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2880 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 4109 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
|