Home
last modified time | relevance | path

Searched refs:IsInstructionStart (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h58 bool IsInstructionStart() const { in IsInstructionStart() function
Dlithium-allocator.cc1182 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone()); in GetConnectingParallelMove()
1184 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove()
2019 return pos.IsInstructionStart() && in IsBlockBoundary()
2032 DCHECK(pos.IsInstructionStart() || in SplitRangeAt()