Searched defs:IsGapAt (Results 1 – 3 of 3) sorted by relevance
31 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() function
385 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); } in IsGapAt() function