Home
last modified time | relevance | path

Searched defs:IsGapAt (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlithium-allocator-inl.h31 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() function
Dlithium.cc385 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
/external/v8/src/compiler/
Dinstruction.h856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); } in IsGapAt() function