Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h696 DCHECK(spill_or_hint_.IsInvalid() || spill_or_hint_.IsUnallocated()); in hint()
697 return spill_or_hint_; in hint()
705 spill_or_hint_ = compiler::InstructionOperand(); in SetNoSpillOrHint()
710 return spill_or_hint_.IsStackSlot(); in is_spilled()
722 spill_or_hint_ = operand; in Spill()
728 return compiler::AllocatedOperand::cast(spill_or_hint_); in spill_slot()
773 return compiler::AllocatedOperand::cast(spill_or_hint_); in allocation()
806 compiler::InstructionOperand spill_or_hint_; member