Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc751 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in AddConstraintsGapMove() local
752 for (int i = 0; i < move_operands->length(); ++i) { in AddConstraintsGapMove()
753 LMoveOperands cur = move_operands->at(i); in AddConstraintsGapMove()
905 const ZoneList<LMoveOperands>* move_operands = move->move_operands(); in ProcessInstructions() local
906 for (int i = 0; i < move_operands->length(); ++i) { in ProcessInstructions()
907 LMoveOperands* cur = &move_operands->at(i); in ProcessInstructions()
1274 for (int j = 0; j < move->move_operands()->length(); ++j) { in BuildLiveRanges()
1275 LOperand* to = move->move_operands()->at(j).destination(); in BuildLiveRanges()
1278 hint = move->move_operands()->at(j).source(); in BuildLiveRanges()
Dlithium.h395 const ZoneList<LMoveOperands>* move_operands() const { in move_operands() function
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); in BuildInitialMoveList()