Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc194 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled()
949 curr_position.InstructionEnd(), zone()); in ProcessInstructions()
962 curr_position.InstructionEnd(), zone()); in ProcessInstructions()
976 use_pos = curr_position.InstructionEnd(); in ProcessInstructions()
996 Use(block_start_position, curr_position.InstructionEnd(), temp, NULL); in ProcessInstructions()
2120 Max(second_part->Start().InstructionEnd(), until), in SpillBetweenUntil()
2121 end.PrevInstruction().InstructionEnd()); in SpillBetweenUntil()
Dlithium-allocator.h71 LifetimePosition InstructionEnd() const { in InstructionEnd() function