Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc196 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled()
950 curr_position.InstructionEnd(), zone()); in ProcessInstructions()
963 curr_position.InstructionEnd(), zone()); in ProcessInstructions()
977 use_pos = curr_position.InstructionEnd(); in ProcessInstructions()
997 Use(block_start_position, curr_position.InstructionEnd(), temp, NULL); in ProcessInstructions()
2113 Max(second_part->Start().InstructionEnd(), until), in SpillBetweenUntil()
2114 end.PrevInstruction().InstructionEnd()); in SpillBetweenUntil()
Dlithium-allocator.h73 LifetimePosition InstructionEnd() const { in InstructionEnd() function