Searched refs:GapAt (Results 1 – 7 of 7) sorted by relevance
39 LGap* LAllocator::GapAt(int index) { in GapAt() function
665 return GapAt(index); in GetLastGap()731 LGap* gap = GapAt(index); in AddConstraintsGapMove()809 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween()895 LGap* gap = GapAt(index); in ProcessInstructions()1146 gap = GapAt(block->first_instruction_index()); in ResolveControlFlow()1180 LGap* gap = GapAt(index); in GetConnectingParallelMove()1185 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()
511 inline LGap* GapAt(int index);
657 return code()->GapAt(last_instruction - 1); in GetLastGap()712 GapInstruction* gap = code()->GapAt(index); in AddConstraintsGapMove()804 GapInstruction* gap = code()->GapAt(gap_index); in MeetRegisterConstraintsForLastInstructionInBlock()862 GapInstruction* gap = code()->GapAt(gap_index); in MeetConstraintsBetween()958 GapInstruction* gap = code()->GapAt(index); in ProcessInstructions()1180 gap = code()->GapAt(block->first_instruction_index()); in ResolveControlFlow()1200 GapInstruction* gap = code()->GapAt(index); in GetConnectingParallelMove()1206 return code()->GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()
392 GapAt(index)->GetOrCreateParallelMove(GapInstruction::START, zone())->AddMove( in AddGapMove()
853 GapInstruction* GapAt(int index) const { in GapAt() function
287 GapInstruction* gap = R.code->GapAt(index); in TEST()