Home
last modified time | relevance | path

Searched refs:IsGapAt (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator-inl.h35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() function
Dlithium.cc373 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
379 while (!IsGapAt(index)) index--; in NearestGapPos()
Dlithium-allocator.cc758 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()
Dlithium-allocator.h507 inline bool IsGapAt(int index);
Dlithium.h655 bool IsGapAt(int index) const;