Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc91 if (pos->type() != UsePositionType::kRequiresSlot) continue; in Add()
Dregister-allocator.cc172 type = UsePositionType::kRequiresSlot; in UsePosition()
259 DCHECK_IMPLIES(type == UsePositionType::kRequiresSlot, !register_beneficial); in set_type()
652 case UsePositionType::kRequiresSlot: in ConvertUsesToOperand()
705 case UsePositionType::kRequiresSlot: in SetUseHints()
2538 if (pos->type() == UsePositionType::kRequiresSlot || in BuildLiveRanges()
5118 if (pos->type() != UsePositionType::kRequiresSlot && !child->spilled()) in CommitSpillsInDeferredBlocks()
Dregister-allocator.h448 kRequiresSlot enumerator