HomeSort by relevance Sort by last modified time
    Searched refs:IsGapAt (Results 1 - 5 of 5) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator-inl.h 35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
lithium.cc 374 bool LChunk::IsGapAt(int index) const {
380 while (!IsGapAt(index)) index--;
lithium-allocator.h 507 inline bool IsGapAt(int index);
lithium-allocator.cc 759 if (IsGapAt(i)) {
895 if (IsGapAt(index)) {
932 DCHECK(!IsGapAt(index));
    [all...]
lithium.h 655 bool IsGapAt(int index) const;

Completed in 206 milliseconds