Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-allocator.h61 bool IsInstructionStart() const { in IsInstructionStart() function
Dlithium-allocator.cc1197 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone()); in GetConnectingParallelMove()
1199 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove()
2031 return pos.IsInstructionStart() && in IsBlockBoundary()
2044 ASSERT(pos.IsInstructionStart() || in SplitRangeAt()