HomeSort by relevance Sort by last modified time
    Searched defs:IsGapAt (Results 1 - 2 of 2) 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--;

Completed in 370 milliseconds