InstructionDecode 90 src/arm/disasm-arm.cc int InstructionDecode(byte* instruction); InstructionDecode 1491 src/arm/disasm-arm.cc return d.InstructionDecode(instruction); InstructionDecode 1507 src/arm/disasm-arm.cc pc += d.InstructionDecode(buffer, pc); InstructionDecode 285 src/arm/simulator-arm.cc dasm.InstructionDecode(buffer, InstructionDecode 309 src/arm/simulator-arm.cc sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); InstructionDecode 312 src/arm/simulator-arm.cc sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); InstructionDecode 469 src/arm/simulator-arm.cc cur += dasm.InstructionDecode(buffer, cur); InstructionDecode 3238 src/arm/simulator-arm.cc dasm.InstructionDecode(buffer, InstructionDecode 3303 src/arm/simulator-arm.cc InstructionDecode(instr); InstructionDecode 3316 src/arm/simulator-arm.cc InstructionDecode(instr); InstructionDecode 315 src/arm/simulator-arm.h void InstructionDecode(Instruction* instr); InstructionDecode 63 src/disasm.h int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); InstructionDecode 164 src/disassembler.cc pc += d.InstructionDecode(decode_buffer, pc); InstructionDecode 282 src/ia32/disasm-ia32.cc int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); InstructionDecode 1668 src/ia32/disasm-ia32.cc return d.InstructionDecode(buffer, instruction); InstructionDecode 1683 src/ia32/disasm-ia32.cc pc += d.InstructionDecode(buffer, pc); InstructionDecode 88 src/mips/disasm-mips.cc int InstructionDecode(byte* instruction); InstructionDecode 1023 src/mips/disasm-mips.cc return d.InstructionDecode(instruction); InstructionDecode 1040 src/mips/disasm-mips.cc pc += d.InstructionDecode(buffer, pc); InstructionDecode 381 src/mips/simulator-mips.cc dasm.InstructionDecode(buffer, InstructionDecode 408 src/mips/simulator-mips.cc sim_->InstructionDecode( InstructionDecode 417 src/mips/simulator-mips.cc sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); InstructionDecode 585 src/mips/simulator-mips.cc dasm.InstructionDecode(buffer, cur); InstructionDecode 707 src/mips/simulator-mips.cc dasm.InstructionDecode(buffer, cur); InstructionDecode 2659 src/mips/simulator-mips.cc dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); InstructionDecode 2695 src/mips/simulator-mips.cc InstructionDecode(instr); InstructionDecode 2708 src/mips/simulator-mips.cc InstructionDecode(instr); InstructionDecode 309 src/mips/simulator-mips.h void InstructionDecode(Instruction* instr); InstructionDecode 325 src/mips/simulator-mips.h InstructionDecode(instr); InstructionDecode 328 src/x64/disasm-x64.cc int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); InstructionDecode 1824 src/x64/disasm-x64.cc return d.InstructionDecode(buffer, instruction); InstructionDecode 1841 src/x64/disasm-x64.cc pc += d.InstructionDecode(buffer, pc); InstructionDecode 417 test/cctest/test-compiler.cc pc += d.InstructionDecode(decode_buffer, pc); InstructionDecode 57 test/cctest/test-disasm-arm.cc disasm.InstructionDecode(disasm_buffer, pc); InstructionDecode 59 test/cctest/test-disasm-mips.cc disasm.InstructionDecode(disasm_buffer, pc);