HomeSort by relevance Sort by last modified time
    Searched defs:IsGapAt (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
lithium-allocator-inl.h 31 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); }
lithium.cc 385 bool LChunk::IsGapAt(int index) const {
391 while (!IsGapAt(index)) index--;
  /external/v8/src/compiler/
instruction.h 856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); }

Completed in 29 milliseconds