Home
last modified time | relevance | path

Searched refs:IsStopInstruction (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h473 bool IsStopInstruction(Instruction* instr);
H A Dsimulator-loong64.cc585 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
2299 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h553 bool IsStopInstruction(Instruction* instr);
H A Dsimulator-mips64.cc554 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
2494 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h530 bool IsStopInstruction(Instruction* instr);
H A Dsimulator-mips.cc610 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
2485 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h902 bool IsStopInstruction(Instruction* instr);
H A Dsimulator-riscv64.cc3021 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator

Completed in 58 milliseconds