Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h268 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function
Dlithium-allocator.cc796 range->SetSpillStartIndex(gap_index - 1); in MeetConstraintsBetween()
803 range->SetSpillStartIndex(gap_index); in MeetConstraintsBetween()
1066 live_range->SetSpillStartIndex(phi->block()->first_instruction_index()); in ResolvePhis()
/external/v8/src/compiler/
Dregister-allocator.cc1568 range->SetSpillStartIndex(end); in MeetRegisterConstraintsForLastInstructionInBlock()
1589 range->SetSpillStartIndex(gap_index); in MeetRegisterConstraintsForLastInstructionInBlock()
1609 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1633 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1644 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1730 live_range->SetSpillStartIndex(gap_index); in ResolvePhis()
Dregister-allocator.h567 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function