Home
last modified time | relevance | path

Searched refs:SetSpillStartIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h270 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function
Dlithium-allocator.cc797 range->SetSpillStartIndex(gap_index - 1); in MeetConstraintsBetween()
804 range->SetSpillStartIndex(gap_index); in MeetConstraintsBetween()
1067 live_range->SetSpillStartIndex(phi->block()->first_instruction_index()); in ResolvePhis()
/external/v8/src/compiler/
Dregister-allocator.cc1663 range->SetSpillStartIndex(end); in MeetRegisterConstraintsForLastInstructionInBlock()
1684 range->SetSpillStartIndex(gap_index); in MeetRegisterConstraintsForLastInstructionInBlock()
1704 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1728 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1739 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1825 live_range->SetSpillStartIndex(gap_index); in ResolvePhis()
Dregister-allocator.h547 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function