Home
last modified time | relevance | path

Searched refs:GetSpillOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgraph-visualizer.cc755 } else if (top->GetSpillOperand()->IsConstant()) { in PrintLiveRange()
757 << ConstantOperand::cast(top->GetSpillOperand())->virtual_register() in PrintLiveRange()
760 index = AllocatedOperand::cast(top->GetSpillOperand())->index(); in PrintLiveRange()
Dregister-allocator.cc556 InstructionOperand* op = TopLevel()->GetSpillOperand(); in GetAssignedOperand()
2421 if (range->HasSpillOperand() && range->GetSpillOperand()->IsConstant()) { in BuildLiveRanges()
3542 spill_operand = *top_range->TopLevel()->GetSpillOperand(); in CommitAssignment()
3642 !range->GetSpillOperand()->IsConstant()) || in PopulateReferenceMaps()
3645 spill_operand = *range->GetSpillOperand(); in PopulateReferenceMaps()
Dregister-allocator.h520 InstructionOperand* GetSpillOperand() const { in GetSpillOperand() function