Searched refs:GetNextInstruction (Results 1 – 5 of 5) sorted by relevance
118 instruction = instruction->GetNextInstruction(); \
528 Instruction* GetNextInstruction() { return this + kInstructionSize; } in GetNextInstruction() function529 const Instruction* GetNextInstruction() const { in GetNextInstruction() function534 return GetNextInstruction();
183 for (T instr = start; instr < end; instr = instr->GetNextInstruction()) { in Decode()
1092 WriteLr(instr->GetNextInstruction()); in VisitUnconditionalBranch()1176 WriteLr(instr->GetNextInstruction()); in VisitUnconditionalBranchToRegister()
713 pc_ = pc_->GetNextInstruction();