Home
last modified time | relevance | path

Searched refs:IsStopInstruction (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.h287 bool IsStopInstruction(Instruction* instr);
Dsimulator-mips.cc688 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
1785 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator
/external/v8/src/mips64/
Dsimulator-mips64.h339 bool IsStopInstruction(Instruction* instr);
Dsimulator-mips64.cc618 if (sim_->IsStopInstruction(stop_instr)) { in Debug()
1850 bool Simulator::IsStopInstruction(Instruction* instr) { in IsStopInstruction() function in v8::internal::Simulator