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

  /external/v8/src/arm/
simulator-arm.h 295 inline bool isStopInstruction(Instruction* instr);
simulator-arm.cc 492 if (sim_->isStopInstruction(stop_instr)) {
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 282 inline bool isStopInstruction(Instruction* instr);
simulator-ppc.cc 548 if (sim_->isStopInstruction(stop_instr)) {
    [all...]

Completed in 291 milliseconds