Lines Matching defs:Spill
115 asm_->Spill(dst.offset(), src.reg(), src.kind());
118 asm_->Spill(dst.offset(), src.constant());
321 asm_->Spill(last_spill_offset, spill_reg, move->kind);
731 Spill(slot.offset(), slot.constant());
868 void LiftoffAssembler::Spill(VarState* slot) {
873 Spill(slot->offset(), slot->reg(), slot->kind());
877 Spill(slot->offset(), slot->constant());
885 Spill(&cache_state_.stack_state[i]);
893 Spill(slot.offset(), slot.reg(), slot.kind());
1014 // Spill all cache slots which are not being used as parameters.
1021 Spill(it->offset(), it->reg(), it->kind());
1282 // Spill one cached value to free a register.
1349 Spill(slot->offset(), slot->reg(), slot->kind());