Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc872 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(); in CommitSpillMoves() local
873 to_spill != nullptr; to_spill = to_spill->next) { in CommitSpillMoves()
874 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()
883 if (move_op->source().Equals(*to_spill->operand) && in CommitSpillMoves()
893 move->AddMove(*to_spill->operand, op); in CommitSpillMoves()