Home
last modified time | relevance | path

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