Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h94 LifetimePosition InstructionStart() const { in InstructionStart() function
103 return LifetimePosition(InstructionStart().Value() + kStep/2); in InstructionEnd()
109 return LifetimePosition(InstructionStart().Value() + kStep); in NextInstruction()
117 return LifetimePosition(InstructionStart().Value() - kStep); in PrevInstruction()
Dlithium-allocator.cc1920 block_pos[reg].InstructionStart()); in AllocateBlockedReg()