Searched refs:IsGapAt (Results 1 - 11 of 11) 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
H A Dlithium-allocator.h592 inline bool IsGapAt(int index);
H A Dlithium-allocator.cc772 if (IsGapAt(i)) {
901 if (IsGapAt(index)) {
937 ASSERT(!IsGapAt(index));
1169 if (IsGapAt(index)) {
1531 if (IsGapAt(next_pos.InstructionIndex())) {
/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--;
H A Dlithium-arm.h2212 bool IsGapAt(int index) const;
/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--;
H A Dlithium-mips.h2192 bool IsGapAt(int index) const;
/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--;
H A Dlithium-x64.h2174 bool IsGapAt(int index) const;
/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--;
H A Dlithium-ia32.h2310 bool IsGapAt(int index) const;

Completed in 193 milliseconds