HomeSort by relevance Sort by last modified time
    Searched defs:InstructionDecode (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
disasm-mips.cc 40 // pc += d.InstructionDecode(buffer, sizeof buffer, pc);
91 int InstructionDecode(byte_* instruction);
673 int Decoder::InstructionDecode(byte_* instr_ptr) {
755 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
758 return d.InstructionDecode(instruction);
775 pc += d.InstructionDecode(buffer, pc);
  /external/v8/src/arm/
disasm-arm.cc 40 // pc += d.InstructionDecode(buffer, sizeof buffer, pc);
91 int InstructionDecode(byte* instruction);
1064 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
simulator-arm.cc 226 dasm.InstructionDecode(buffer,
243 sim_->InstructionDecode(reinterpret_cast<Instr*>(sim_->get_pc()));
246 sim_->InstructionDecode(reinterpret_cast<Instr*>(sim_->get_pc()));
315 dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 258 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
831 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer,
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 319 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]

Completed in 38 milliseconds