IsGapAt            48 src/lithium-allocator-inl.h bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
IsGapAt           772 src/lithium-allocator.cc     if (IsGapAt(i)) {
IsGapAt           901 src/lithium-allocator.cc     if (IsGapAt(index)) {
IsGapAt           937 src/lithium-allocator.cc       ASSERT(!IsGapAt(index));
IsGapAt          1170 src/lithium-allocator.cc   if (IsGapAt(index)) {
IsGapAt          1532 src/lithium-allocator.cc       if (IsGapAt(next_pos.InstructionIndex())) {
IsGapAt           593 src/lithium-allocator.h   inline bool IsGapAt(int index);
IsGapAt           371 src/lithium.cc   while (!IsGapAt(index)) index--;
IsGapAt           648 src/lithium.h    bool IsGapAt(int index) const;