Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-allocator.cc208 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled()
963 curr_position.InstructionEnd(), in ProcessInstructions()
975 curr_position.InstructionEnd(), in ProcessInstructions()
989 use_pos = curr_position.InstructionEnd(); in ProcessInstructions()
1009 Use(block_start_position, curr_position.InstructionEnd(), temp, NULL); in ProcessInstructions()
2132 Max(second_part->Start().InstructionEnd(), until), in SpillBetweenUntil()
2133 end.PrevInstruction().InstructionEnd()); in SpillBetweenUntil()
Dlithium-allocator.h74 LifetimePosition InstructionEnd() const { in InstructionEnd() function