Home
last modified time | relevance | path

Searched refs:end_sim_pc (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h294 end_sim_pc = -2 enumerator
Dsimulator-arm.cc444 if (pc == Simulator::end_sim_pc) { in ExecDebugCommand()
836 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc)); in has_bad_pc()
6188 while (program_counter != end_sim_pc) { in Execute()
6197 while (program_counter != end_sim_pc) { in Execute()
6220 set_register(lr, end_sim_pc); in CallInternal()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h250 end_sim_pc = -2 enumerator
Dsimulator-ppc.cc826 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
5345 while (program_counter != end_sim_pc) { in Execute()
5354 while (program_counter != end_sim_pc) { in Execute()
5389 special_reg_lr_ = end_sim_pc; in CallInternal()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h307 end_sim_pc = -2, enumerator
Dsimulator-loong64.cc346 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
1446 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()
5222 while (program_counter != end_sim_pc) { in Execute()
5231 while (program_counter != end_sim_pc) { in Execute()
5254 set_register(ra, end_sim_pc); in CallInternal()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h341 end_sim_pc = -2, enumerator
Dsimulator-mips.cc340 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
1614 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()
6955 while (program_counter != end_sim_pc) { in Execute()
6964 while (program_counter != end_sim_pc) { in Execute()
6987 set_register(ra, end_sim_pc); in CallInternal()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h343 end_sim_pc = -2, enumerator
Dsimulator-mips64.cc315 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
1545 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()
7378 while (program_counter != end_sim_pc) { in Execute()
7387 while (program_counter != end_sim_pc) { in Execute()
7410 set_register(ra, end_sim_pc); in CallInternal()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h510 end_sim_pc = -2, enumerator
Dsimulator-riscv64.cc1644 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
2498 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()
6966 while (program_counter != end_sim_pc) { in Execute()
6989 set_register(ra, end_sim_pc); in CallInternal()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h209 end_sim_pc = -2 enumerator
Dsimulator-s390.cc1755 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()
2486 while (program_counter != end_sim_pc) { in Execute()
2494 while (program_counter != end_sim_pc) { in Execute()
2537 registers_[14] = end_sim_pc; in CallInternal()
2648 registers_[14] = end_sim_pc; in CallImpl()
4993 if (r2_val != bad_lr && r2_val != end_sim_pc) r2_val &= 0x7FFFFFFF; in EVALUATE()