Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc771 range->SetSpillStartIndex(end); in MeetRegisterConstraintsForLastInstructionInBlock()
798 range->SetSpillStartIndex(gap_index); in MeetRegisterConstraintsForLastInstructionInBlock()
832 range->SetSpillStartIndex(gap_index - 1); in MeetConstraintsBetween()
847 range->SetSpillStartIndex(gap_index - 1); in MeetConstraintsBetween()
856 range->SetSpillStartIndex(gap_index); in MeetConstraintsBetween()
1098 live_range->SetSpillStartIndex(block->first_instruction_index()); in ResolvePhis()
Dregister-allocator.h267 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function
/external/v8/src/
Dlithium-allocator.h270 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function
Dlithium-allocator.cc796 range->SetSpillStartIndex(gap_index - 1); in MeetConstraintsBetween()
803 range->SetSpillStartIndex(gap_index); in MeetConstraintsBetween()
1064 live_range->SetSpillStartIndex(phi->block()->first_instruction_index()); in ResolvePhis()