Home
last modified time | relevance | path

Searched refs:GapAt (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator-inl.h41 LGap* LAllocator::GapAt(int index) { in GapAt() function
Dlithium-allocator.cc665 return GapAt(index); in GetLastGap()
731 LGap* gap = GapAt(index); in AddConstraintsGapMove()
809 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween()
895 LGap* gap = GapAt(index); in ProcessInstructions()
1146 gap = GapAt(block->first_instruction_index()); in ResolveControlFlow()
1180 LGap* gap = GapAt(index); in GetConnectingParallelMove()
1185 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()
1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()
Dlithium-allocator.h509 inline LGap* GapAt(int index);