Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc217 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled()
597 block->last_instruction_index()).NextInstruction(); in AddInitialIntervals()
718 range->AddUseInterval(position, position.NextInstruction(), zone_); in Define()
719 range->AddUsePosition(position.NextInstruction(), NULL, zone_); in Define()
1306 back_edge->last_instruction_index()).NextInstruction(); in BuildLiveRanges()
1532 next_pos = next_pos.NextInstruction(); in AllocateRegisters()
1541 current->Start().NextInstruction().Value()) { in AllocateRegisters()
Dlithium-allocator.h107 LifetimePosition NextInstruction() const { in NextInstruction() function