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 39 // pc += d.InstructionDecode(buffer, pc);
88 int InstructionDecode(byte* instruction);
941 int Decoder::InstructionDecode(byte* instr_ptr) {
1020 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
1023 return d.InstructionDecode(instruction);
1040 pc += d.InstructionDecode(buffer, pc);
  /external/v8/src/arm/
disasm-arm.cc 39 // pc += d.InstructionDecode(buffer, pc);
90 int InstructionDecode(byte* instruction);
    [all...]
simulator-arm.cc 285 dasm.InstructionDecode(buffer,
309 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
312 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
469 cur += dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 282 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
878 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer,
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 327 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]

Completed in 164 milliseconds