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

/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } function in class:v8::internal::LAllocator
H A Dlithium.cc374 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
380 while (!IsGapAt(index)) index--;
H A Dlithium-allocator.h507 inline bool IsGapAt(int index);
H A Dlithium-allocator.cc759 if (IsGapAt(i)) {
895 if (IsGapAt(index)) {
932 DCHECK(!IsGapAt(index));
1181 if (IsGapAt(index)) {
1531 if (IsGapAt(next_pos.InstructionIndex())) {
H A Dlithium.h655 bool IsGapAt(int index) const;

Completed in 97 milliseconds