Searched refs:stop_pc (Results 1 – 5 of 5) sorted by relevance
500 intptr_t stop_pc = sim_->get_pc() - (kInstrSize + kPointerSize); in Debug() local501 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()503 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
625 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local626 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()628 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
557 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local558 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()560 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
430 intptr_t stop_pc = sim_->get_pc() - kInstrSize; in Debug() local431 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
508 intptr_t stop_pc = in Debug() local510 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()512 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()