Home
last modified time | relevance | path

Searched refs:isStopInstruction (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h235 inline bool isStopInstruction(Instruction* instr);
Dsimulator-ppc.cc506 if (sim_->isStopInstruction(stop_instr)) { in Debug()
1482 bool Simulator::isStopInstruction(Instruction* instr) { in isStopInstruction() function in v8::internal::Simulator
/external/v8/src/arm/
Dsimulator-arm.h261 inline bool isStopInstruction(Instruction* instr);
Dsimulator-arm.cc434 if (sim_->isStopInstruction(stop_instr)) { in Debug()
1910 bool Simulator::isStopInstruction(Instruction* instr) { in isStopInstruction() function in v8::internal::Simulator
/external/v8/src/s390/
Dsimulator-s390.h230 inline bool isStopInstruction(Instruction* instr);
Dsimulator-s390.cc515 if (sim_->isStopInstruction(stop_instr)) { in Debug()
2193 bool Simulator::isStopInstruction(Instruction* instr) { in isStopInstruction() function in v8::internal::Simulator