Home
last modified time | relevance | path

Searched refs:stop_pc (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc579 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local
580 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
582 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc484 intptr_t stop_pc = sim_->get_pc() - (kInstrSize + kSystemPointerSize); in Debug() local
485 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
487 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc548 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local
549 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
551 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc604 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug() local
605 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
607 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc469 intptr_t stop_pc = sim_->get_pc() - kInstrSize; in ExecDebugCommand() local
470 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in ExecDebugCommand()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc505 intptr_t stop_pc = in Debug() local
507 Instruction* stop_instr = reinterpret_cast<Instruction*>(stop_pc); in Debug()
509 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()

Completed in 55 milliseconds