Searched refs:GetNextInstruction (Results 1 – 5 of 5) sorted by relevance
467 Instruction* GetNextInstruction() { return this + kInstructionSize; } in GetNextInstruction() function468 const Instruction* GetNextInstruction() const { in GetNextInstruction() function473 return GetNextInstruction();
171 for (T instr = start; instr < end; instr = instr->GetNextInstruction()) { in Decode()
1070 WriteLr(instr->GetNextInstruction()); in VisitUnconditionalBranch()1137 WriteLr(instr->GetNextInstruction()); in VisitUnconditionalBranchToRegister()
713 pc_ = pc_->GetNextInstruction();
128 instruction = instruction->GetNextInstruction(); \