Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc710 const InstructionOperand& spill_op) { in ConvertUsesToOperand() argument
716 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
717 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
Dregister-allocator.h424 const InstructionOperand& spill_op); in NON_EXPORTED_BASE()