Searched refs:InstructionAt (Results 1 – 13 of 13) sorted by relevance
202 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()236 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()245 CHECK_EQ(true, R.code->InstructionAt(6)->IsBlockStart()); in TEST()270 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
34 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt() function
611 LInstruction* instr = InstructionAt(pos); in AllocateFixed()760 if (i < end) instr = InstructionAt(i + 1); in MeetRegisterConstraints()761 if (i > start) prev_instr = InstructionAt(i - 1); in MeetRegisterConstraints()865 LInstruction* instr = InstructionAt(index); in MeetConstraintsBetween()931 LInstruction* instr = InstructionAt(index); in ProcessInstructions()1050 InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()1159 LInstruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()2017 InstructionAt(pos.InstructionIndex())->IsLabel(); in IsBlockBoundary()
509 inline LInstruction* InstructionAt(int index);
321 return BlockStartInstruction::cast(InstructionAt(block->code_start_)); in GetBlockStart()362 Instruction* instruction = InstructionAt(instruction_index--); in GetBasicBlock()463 os << " " << buf.start() << ": " << *code.InstructionAt(j); in operator <<()
601 Instruction* instr = InstructionAt(pos); in AllocateFixed()741 if (i < end) instr = InstructionAt(i + 1); in MeetRegisterConstraints()742 if (i > start) prev_instr = InstructionAt(i - 1); in MeetRegisterConstraints()758 Instruction* last_instruction = InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()905 Instruction* instr = InstructionAt(index); in MeetConstraintsBetween()954 Instruction* instr = InstructionAt(index); in ProcessInstructions()1089 Instruction* branch = InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()1185 Instruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()2041 InstructionAt(pos.InstructionIndex())->IsBlockStart(); in IsBlockBoundary()2055 !InstructionAt(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
492 inline Instruction* InstructionAt(int index) { in InstructionAt() function493 return code()->InstructionAt(index); in InstructionAt()
854 return GapInstruction::cast(InstructionAt(index)); in GapAt()856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); } in IsGapAt()857 Instruction* InstructionAt(int index) const { in InstructionAt() function
135 Instruction* instr1 = patcher.InstructionAt(0); in Patch()136 Instruction* instr2 = patcher.InstructionAt(kInstructionSize); in Patch()
520 Instruction* instr = assm_->InstructionAt(offset_it->second); in EmitEntries()536 Instruction* instr = assm_->InstructionAt(unique_it->second); in EmitEntries()618 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()637 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()734 Instruction* link = InstructionAt(linkoffset); in bind()816 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()2985 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()3114 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()3121 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstructionSize); in PatchAdrFar()
1753 Instruction* InstructionAt(int offset) const { in InstructionAt() function
166 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()224 Instruction* branch = masm_->InstructionAt(branch_pos); in Emit()
1094 Instruction* InstructionAt(ptrdiff_t instruction_offset) { in InstructionAt() function