Home | History | Annotate | Download | only in x64

Lines Matching refs:spill_operand

57                                     LOperand* spill_operand) {
58 ASSERT(spill_operand->IsStackSlot());
60 register_spills_[allocation_index] = spill_operand;
65 LOperand* spill_operand) {
66 ASSERT(spill_operand->IsDoubleStackSlot());
68 double_register_spills_[allocation_index] = spill_operand;