Home | History | Annotate | Download | only in mips

Lines Matching refs:spill_operand

55                                     LOperand* spill_operand) {
56 ASSERT(spill_operand->IsStackSlot());
58 register_spills_[allocation_index] = spill_operand;
85 LOperand* spill_operand) {
86 ASSERT(spill_operand->IsDoubleStackSlot());
88 double_register_spills_[allocation_index] = spill_operand;