Searched defs:IsGapAt (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dlithium-allocator-inl.h48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } function in class:v8::internal::LAllocator
/external/chromium_org/v8/src/
H A Dlithium-allocator-inl.h48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } function in class:v8::internal::LAllocator
H A Dlithium.cc394 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
400 while (!IsGapAt(index)) index--;
/external/v8/src/arm/
H A Dlithium-arm.cc525 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
531 while (!IsGapAt(index)) index--;
/external/v8/src/ia32/
H A Dlithium-ia32.cc520 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
526 while (!IsGapAt(index)) index--;
/external/v8/src/mips/
H A Dlithium-mips.cc525 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
531 while (!IsGapAt(index)) index--;
/external/v8/src/x64/
H A Dlithium-x64.cc518 bool LChunk::IsGapAt(int index) const { function in class:v8::internal::LChunk
524 while (!IsGapAt(index)) index--;

Completed in 208 milliseconds