HomeSort by relevance Sort by last modified time
    Searched refs:IsStopInstruction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/mips/
simulator-mips.h 287 bool IsStopInstruction(Instruction* instr);
simulator-mips.cc 688 if (sim_->IsStopInstruction(stop_instr)) {
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.h 339 bool IsStopInstruction(Instruction* instr);
simulator-mips64.cc 618 if (sim_->IsStopInstruction(stop_instr)) {
    [all...]

Completed in 37 milliseconds