Searched refs:spill_operand (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.cc3318 InstructionOperand spill_operand; local
3320 spill_operand = *top_range->TopLevel()->GetSpillOperand();
3322 spill_operand = top_range->TopLevel()->GetSpillRangeOperand();
3331 range->ConvertUsesToOperand(assigned, spill_operand);
3334 if (!spill_operand.IsInvalid()) {
3349 data()->code(), spill_operand,
3414 InstructionOperand spill_operand; local
3419 spill_operand = *range->GetSpillOperand();
3421 spill_operand = range->GetSpillRangeOperand();
3423 DCHECK(spill_operand
3708 InstructionOperand spill_operand = range->GetSpillRangeOperand(); local
[all...]
H A Dregister-allocator.h571 const InstructionOperand& spill_operand,

Completed in 35 milliseconds