Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1768 ZoneVector<TopLevelLiveRange*>* spilled_consts = nullptr; in MeetConstraintsBefore() local
1780 if (spilled_consts == nullptr) { in MeetConstraintsBefore()
1781 spilled_consts = in MeetConstraintsBefore()
1786 std::find(spilled_consts->begin(), spilled_consts->end(), range); in MeetConstraintsBefore()
1787 already_spilled = it != spilled_consts->end(); in MeetConstraintsBefore()
1806 spilled_consts->push_back(range); in MeetConstraintsBefore()