Searched defs:IsGapAt (Results 1 – 2 of 2) 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::LChunk