Searched refs:IsGapAt (Results 1 – 5 of 5) sorted by relevance
35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() function
373 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk379 while (!IsGapAt(index)) index--; in NearestGapPos()
758 if (IsGapAt(i)) { in MeetRegisterConstraints()894 if (IsGapAt(index)) { in ProcessInstructions()931 DCHECK(!IsGapAt(index)); in ProcessInstructions()1180 if (IsGapAt(index)) { in GetConnectingParallelMove()1530 if (IsGapAt(next_pos.InstructionIndex())) { in AllocateRegisters()
507 inline bool IsGapAt(int index);
655 bool IsGapAt(int index) const;