Home
last modified time | relevance | path

Searched refs:IsGapAt (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dlithium-allocator-inl.h48 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() function
Dlithium-allocator.cc777 if (IsGapAt(i)) { in MeetRegisterConstraints()
903 if (IsGapAt(index)) { in ProcessInstructions()
939 ASSERT(!IsGapAt(index)); in ProcessInstructions()
1139 if (IsGapAt(index)) { in GetConnectingParallelMove()
1502 if (IsGapAt(next_pos.InstructionIndex())) { in AllocateRegisters()
Dlithium-allocator.h587 inline bool IsGapAt(int index);
/external/v8/src/mips/
Dlithium-mips.h262 bool IsGapAt(int index) const { in IsGapAt() function
/external/v8/src/x64/
Dlithium-x64.cc491 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
497 while (!IsGapAt(index)) index--; in NearestGapPos()
Dlithium-x64.h1965 bool IsGapAt(int index) const;
/external/v8/src/ia32/
Dlithium-ia32.cc490 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
496 while (!IsGapAt(index)) index--; in NearestGapPos()
Dlithium-ia32.h2039 bool IsGapAt(int index) const;
/external/v8/src/arm/
Dlithium-arm.cc498 bool LChunk::IsGapAt(int index) const { in IsGapAt() function in v8::internal::LChunk
504 while (!IsGapAt(index)) index--; in NearestGapPos()
Dlithium-arm.h1982 bool IsGapAt(int index) const;