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

  /external/v8/src/
disasm.h 42 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
disassembler.cc 123 pc += d.InstructionDecode(decode_buffer, pc);
  /external/v8/src/mips/
simulator-mips.h 432 void InstructionDecode(Instruction* instr);
446 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);
717 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 463 void InstructionDecode(Instruction* instr);
477 InstructionDecode(instr);
simulator-mips64.cc 332 dasm.InstructionDecode(buffer,
359 sim_->InstructionDecode(
368 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
528 dasm.InstructionDecode(buffer, cur);
650 dasm.InstructionDecode(buffer, cur);
    [all...]
disasm-mips64.cc 16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
    [all...]
  /external/v8/src/x87/
disasm-x87.cc 246 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
937 int DisassemblerX87::InstructionDecode(v8::internal::Vector<char> out_buffer,
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
1120 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
simulator-ppc.cc 202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
242 dasm.InstructionDecode(buffer,
458 cur += dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 249 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 312 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 358 void InstructionDecode(Instruction* instr);
simulator-arm.cc 207 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);
    [all...]
disasm-arm.cc 16 // pc += d.InstructionDecode(buffer, pc);
64 int InstructionDecode(byte* instruction);
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 16 // pc += d.InstructionDecode(buffer, pc);
58 int InstructionDecode(byte* instruction);
    [all...]
simulator-s390.cc 202 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
246 dasm.InstructionDecode(buffer,
257 dasm.InstructionDecode(buffer,
477 cur += dasm.InstructionDecode(buffer, cur);
    [all...]

Completed in 566 milliseconds