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

  /external/v8/src/
disasm.h 59 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
disassembler.cc 265 pc += d.InstructionDecode(decode_buffer, pc);
  /external/v8/src/mips/
simulator-mips.h 472 void InstructionDecode(Instruction* instr);
485 InstructionDecode(instr);
simulator-mips.cc 366 dasm.InstructionDecode(buffer,
393 sim_->InstructionDecode(
402 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
595 dasm.InstructionDecode(buffer, cur);
715 dasm.InstructionDecode(buffer, cur);
    [all...]
disasm-mips.cc 16 // pc += d.InstructionDecode(buffer, pc);
59 int InstructionDecode(byte* instruction);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.h 494 void InstructionDecode(Instruction* instr);
507 InstructionDecode(instr);
simulator-mips64.cc 331 dasm.InstructionDecode(buffer,
358 sim_->InstructionDecode(
367 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
527 dasm.InstructionDecode(buffer, cur);
647 dasm.InstructionDecode(buffer, cur);
    [all...]
disasm-mips64.cc 16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 323 void InstructionDecode(Instruction* instr);
simulator-arm.cc 208 dasm.InstructionDecode(buffer,
232 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
235 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
393 cur += dasm.InstructionDecode(buffer, cur);
    [all...]
disasm-arm.cc 16 // pc += d.InstructionDecode(buffer, pc);
64 int InstructionDecode(byte* instruction);
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
1150 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
simulator-ppc.cc 207 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
247 dasm.InstructionDecode(buffer,
463 cur += dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 248 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 305 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 16 // pc += d.InstructionDecode(buffer, pc);
58 int InstructionDecode(byte* instruction);
900 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
simulator-s390.cc 203 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
247 dasm.InstructionDecode(buffer,
258 dasm.InstructionDecode(buffer,
478 cur += dasm.InstructionDecode(buffer, cur);
    [all...]

Completed in 250 milliseconds