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

  /external/v8/src/
disasm.h 42 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
disassembler.cc 119 pc += d.InstructionDecode(decode_buffer, pc);
  /external/v8/test/cctest/
test-disasm-ppc.cc 47 disasm.InstructionDecode(disasm_buffer, pc);
test-disasm-s390.cc 46 disasm.InstructionDecode(disasm_buffer, pc);
test-disasm-mips.cc 49 disasm.InstructionDecode(disasm_buffer, pc);
53 disasm.InstructionDecode(disasm_buffer, pc);
    [all...]
test-disasm-mips64.cc 49 disasm.InstructionDecode(disasm_buffer, pc);
53 disasm.InstructionDecode(disasm_buffer, pc);
    [all...]
test-compiler.cc 739 pc += d.InstructionDecode(decode_buffer, pc);
test-disasm-arm.cc 47 disasm.InstructionDecode(disasm_buffer, pc);
    [all...]
  /external/v8/src/mips/
simulator-mips.h 384 void InstructionDecode(Instruction* instr);
398 InstructionDecode(instr);
simulator-mips.cc 422 dasm.InstructionDecode(buffer,
449 sim_->InstructionDecode(
458 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
651 dasm.InstructionDecode(buffer, cur);
773 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 398 void InstructionDecode(Instruction* instr);
412 InstructionDecode(instr);
simulator-mips64.cc 392 dasm.InstructionDecode(buffer,
419 sim_->InstructionDecode(
428 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
588 dasm.InstructionDecode(buffer, cur);
710 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/arm/
simulator-arm.h 341 void InstructionDecode(Instruction* instr);
simulator-arm.cc 264 dasm.InstructionDecode(buffer,
288 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
291 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
454 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);
1079 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
simulator-ppc.cc 252 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
292 dasm.InstructionDecode(buffer,
508 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 311 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);
    [all...]
simulator-s390.cc 246 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc()));
290 dasm.InstructionDecode(buffer,
301 dasm.InstructionDecode(buffer,
521 cur += dasm.InstructionDecode(buffer, cur);
    [all...]

Completed in 424 milliseconds