Searched refs:HandleStop (Results 1 – 4 of 4) sorted by relevance
484 void HandleStop(uint64_t code, Instruction* instr);
2373 HandleStop(code, instr_.instr()); in SoftwareInterrupt()2400 void Simulator::HandleStop(uint64_t code, Instruction* instr) { in HandleStop() function in v8::internal::Simulator
462 void HandleStop(uint32_t code, Instruction* instr);
2430 HandleStop(code, instr_.instr()); in SoftwareInterrupt()2457 void Simulator::HandleStop(uint32_t code, Instruction* instr) { in HandleStop() function in v8::internal::Simulator