/external/v8/src/ |
D | disasm.h | 42 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
|
D | disassembler.cc | 123 pc += d.InstructionDecode(decode_buffer, pc); in DecodeIt()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 60 int InstructionDecode(byte* instruction); 1120 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1492 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1495 return d.InstructionDecode(instruction); in InstructionDecode() 1510 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-ppc.cc | 202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 242 dasm.InstructionDecode(buffer, in Debug() 458 cur += dasm.InstructionDecode(buffer, cur); in Debug() 3956 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in Trace()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 58 int InstructionDecode(byte* instruction); 1469 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1528 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1531 return d.InstructionDecode(instruction); in InstructionDecode() 1544 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-s390.cc | 202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 246 dasm.InstructionDecode(buffer, in Debug() 257 dasm.InstructionDecode(buffer, in Debug() 477 cur += dasm.InstructionDecode(buffer, cur); in Debug() 5618 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in ExecuteInstruction()
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 59 int InstructionDecode(byte* instruction); 1709 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 1788 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1791 return d.InstructionDecode(instruction); in InstructionDecode() 1808 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-mips.h | 432 void InstructionDecode(Instruction* instr); 446 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
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() 717 dasm.InstructionDecode(buffer, cur); in Debug() 4629 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 4639 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 4679 InstructionDecode(instr); in Execute() 4692 InstructionDecode(instr); in Execute()
|
/external/v8/src/x87/ |
D | disasm-x87.cc | 246 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 937 int DisassemblerX87::InstructionDecode(v8::internal::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerX87 1840 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 1843 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 1858 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/external/v8/src/mips64/ |
D | disasm-mips64.cc | 60 int InstructionDecode(byte* instruction); 1943 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2021 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2024 return d.InstructionDecode(instruction); in InstructionDecode() 2041 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-mips64.h | 463 void InstructionDecode(Instruction* instr); 477 InstructionDecode(instr); in BranchDelayInstructionDecode()
|
D | simulator-mips64.cc | 332 dasm.InstructionDecode(buffer, in Debug() 359 sim_->InstructionDecode( in Debug() 368 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 528 dasm.InstructionDecode(buffer, cur); in Debug() 650 dasm.InstructionDecode(buffer, cur); in Debug() 4913 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 4926 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); in InstructionDecode() 4968 InstructionDecode(instr); in Execute() 4981 InstructionDecode(instr); in Execute()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 249 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 1249 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerIA32 2309 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2312 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2327 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 64 int InstructionDecode(byte* instruction); 2479 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder 2596 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2599 return d.InstructionDecode(instruction); in InstructionDecode() 2615 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
D | simulator-arm.cc | 207 dasm.InstructionDecode(buffer, in Debug() 231 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 234 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 397 cur += dasm.InstructionDecode(buffer, cur); in Debug() 5544 void Simulator::InstructionDecode(Instruction* instr) { in InstructionDecode() function in v8::internal::Simulator 5554 dasm.InstructionDecode(buffer, in InstructionDecode() 5620 InstructionDecode(instr); in Execute() 5633 InstructionDecode(instr); in Execute()
|
D | simulator-arm.h | 358 void InstructionDecode(Instruction* instr);
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 312 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 2240 int DisassemblerX64::InstructionDecode(v8::internal::Vector<char> out_buffer, in InstructionDecode() function in disasm::DisassemblerX64 2770 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler 2773 return d.InstructionDecode(buffer, instruction); in InstructionDecode() 2790 pc += d.InstructionDecode(buffer, pc); in Disassemble()
|
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1820 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
|