Searched refs:spill_operand (Results 1 – 9 of 9) sorted by relevance
55 LOperand* spill_operand) { in MarkSpilledRegister() argument56 ASSERT(spill_operand->IsStackSlot()); in MarkSpilledRegister()58 register_spills_[allocation_index] = spill_operand; in MarkSpilledRegister()85 LOperand* spill_operand) { in MarkSpilledDoubleRegister() argument86 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()88 double_register_spills_[allocation_index] = spill_operand; in MarkSpilledDoubleRegister()
2095 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);2097 LOperand* spill_operand);
57 LOperand* spill_operand) { in MarkSpilledRegister() argument58 ASSERT(spill_operand->IsStackSlot()); in MarkSpilledRegister()60 register_spills_[allocation_index] = spill_operand; in MarkSpilledRegister()65 LOperand* spill_operand) { in MarkSpilledDoubleRegister() argument66 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()68 double_register_spills_[allocation_index] = spill_operand; in MarkSpilledDoubleRegister()
2065 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);2067 LOperand* spill_operand);
2177 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);2179 LOperand* spill_operand);
2075 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);2077 LOperand* spill_operand);
1459 LOperand* spill_operand = range->TopLevel()->GetSpillOperand(); in ProcessOsrEntry() local1461 instruction->MarkSpilledDoubleRegister(reg_index, spill_operand); in ProcessOsrEntry()1463 instruction->MarkSpilledRegister(reg_index, spill_operand); in ProcessOsrEntry()