Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc565 const InstructionOperand& spill_op) { in ConvertUsesToOperand() argument
571 DCHECK(spill_op.IsStackSlot() || spill_op.IsDoubleStackSlot()); in ConvertUsesToOperand()
572 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
Dregister-allocator.h409 const InstructionOperand& spill_op);