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

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

Completed in 273 milliseconds