Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1683 range->SetSpillStartIndex(end); in MeetRegisterConstraintsForLastInstructionInBlock()
1705 range->SetSpillStartIndex(gap_index); in MeetRegisterConstraintsForLastInstructionInBlock()
1724 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1749 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1760 range->SetSpillStartIndex(instr_index + 1); in MeetConstraintsAfter()
1877 live_range->SetSpillStartIndex(gap_index); in ResolvePhis()
Dregister-allocator.h911 void SetSpillStartIndex(int start) { in SetSpillStartIndex() function