Home
last modified time | relevance | path

Searched refs:stop_pc (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.cc500 intptr_t stop_pc = sim_->get_pc() - (kInstrSize + kPointerSize); in Debug() local
501 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
503 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc625 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local
626 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
628 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc557 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local
558 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
560 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc430 intptr_t stop_pc = sim_->get_pc() - kInstrSize; in Debug() local
431 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc508 intptr_t stop_pc = in Debug() local
510 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
512 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()