Searched defs:InstructionDecode (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/ppc/
H A Ddisasm-ppc.cc16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
1120 int Decoder::InstructionDecode(byte* instr_ptr) { function in class:v8::internal::Decoder
1492 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
1495 return d.InstructionDecode(instruction);
1510 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/s390/
H A Ddisasm-s390.cc16 // pc += d.InstructionDecode(buffer, pc);
58 int InstructionDecode(byte* instruction);
1469 int Decoder::InstructionDecode(byte* instr_ptr) { function in class:v8::internal::Decoder
1528 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
1531 return d.InstructionDecode(instruction);
1544 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/arm/
H A Ddisasm-arm.cc16 // pc += d.InstructionDecode(buffer, pc);
64 int InstructionDecode(byte* instruction);
2479 int Decoder::InstructionDecode(byte* instr_ptr) { function in class:v8::internal::Decoder
2596 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
2599 return d.InstructionDecode(instruction);
2615 pc += d.InstructionDecode(buffer, pc);
H A Dsimulator-arm.cc207 dasm.InstructionDecode(buffer,
231 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
234 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
397 cur += dasm.InstructionDecode(buffer, cur);
5544 void Simulator::InstructionDecode(Instruction* instr) { function in class:v8::internal::Simulator
5554 dasm.InstructionDecode(buffer,
5620 InstructionDecode(instr);
5633 InstructionDecode(instr);
/external/v8/src/mips/
H A Ddisasm-mips.cc16 // pc += d.InstructionDecode(buffer, pc);
59 int InstructionDecode(byte* instruction);
1709 int Decoder::InstructionDecode(byte* instr_ptr) { function in class:v8::internal::Decoder
1788 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
1791 return d.InstructionDecode(instruction);
1808 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/mips64/
H A Ddisasm-mips64.cc16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
1943 int Decoder::InstructionDecode(byte* instr_ptr) { function in class:v8::internal::Decoder
2021 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
2024 return d.InstructionDecode(instruction);
2041 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/x87/
H A Ddisasm-x87.cc246 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
937 int DisassemblerX87::InstructionDecode(v8::internal::Vector<char> out_buffer, function in class:disasm::DisassemblerX87
1840 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
1843 return d.InstructionDecode(buffer, instruction);
1858 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/arm64/
H A Ddisasm-arm64.cc1820 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
/external/v8/src/ia32/
H A Ddisasm-ia32.cc249 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
1249 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer, function in class:disasm::DisassemblerIA32
2309 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
2312 return d.InstructionDecode(buffer, instruction);
2327 pc += d.InstructionDecode(buffer, pc);
/external/v8/src/x64/
H A Ddisasm-x64.cc312 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
2240 int DisassemblerX64::InstructionDecode(v8::internal::Vector<char> out_buffer, function in class:disasm::DisassemblerX64
2770 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, function in class:disasm::Disassembler
2773 return d.InstructionDecode(buffer, instruction);
2790 pc += d.InstructionDecode(buffer, pc);

Completed in 428 milliseconds