HomeSort by relevance Sort by last modified time
    Searched defs:PerformMove (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
gap-resolver.cc 51 if (!move->IsEliminated()) PerformMove(moves, &*move);
56 void GapResolver::PerformMove(ZoneList<MoveOperands>* moves,
60 // move as "pending" on entry to PerformMove in order to detect cycles in the
62 // call to PerformMove could change any source operand in the move graph.
77 // Though PerformMove can change any source operand in the move graph,
85 // when we return from PerformMove.
86 PerformMove(moves, other);
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 43 PerformMove(i);
82 void LGapResolver::PerformMove(int index) {
85 // mark a move as "pending" on entry to PerformMove in order to detect
114 PerformMove(i);
  /external/v8/src/arm64/
lithium-gap-resolver-arm64.cc 49 PerformMove(i);
84 void LGapResolver::PerformMove(int index) {
87 // mark a move as "pending" on entry to PerformMove in order to detect
108 PerformMove(i);
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 33 PerformMove(i);
66 void LGapResolver::PerformMove(int index) {
69 // mark a move as "pending" on entry to PerformMove in order to detect
98 PerformMove(i);
  /external/v8/src/mips64/
lithium-gap-resolver-mips64.cc 33 PerformMove(i);
66 void LGapResolver::PerformMove(int index) {
69 // mark a move as "pending" on entry to PerformMove in order to detect
98 PerformMove(i);
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 30 PerformMove(i);
60 void LGapResolver::PerformMove(int index) {
63 // mark a move as "pending" on entry to PerformMove in order to detect
65 // which means that a call to PerformMove could change any source operand
85 // Though PerformMove can change any source operand in the move graph,
93 // be created but will be "pending" when we return from PerformMove.
94 PerformMove(i);
  /art/compiler/optimizing/
parallel_move_resolver.cc 47 PerformMove(i);
104 MoveOperands* ParallelMoveResolverWithSwap::PerformMove(size_t index) {
107 // mark a move as "pending" on entry to PerformMove in order to detect
109 // which means that a call to PerformMove could change any source operand
135 // Though PerformMove can change any source operand in the move graph,
136 // calling `PerformMove` cannot create a blocking move via a swap
144 // be created but will be "pending" when we return from PerformMove.
145 required_swap = PerformMove(i);
306 PerformMove(i);
386 void ParallelMoveResolverNoSwap::PerformMove(size_t index)
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 34 PerformMove(i);
65 void LGapResolver::PerformMove(int index) {
68 // mark a move as "pending" on entry to PerformMove in order to detect
70 // which means that a call to PerformMove could change any source operand
89 // Though PerformMove can change any source operand in the move graph,
97 // be created but will be "pending" when we return from PerformMove.
98 PerformMove(i);
  /external/v8/src/x87/
lithium-gap-resolver-x87.cc 34 PerformMove(i);
65 void LGapResolver::PerformMove(int index) {
68 // mark a move as "pending" on entry to PerformMove in order to detect
70 // which means that a call to PerformMove could change any source operand
89 // Though PerformMove can change any source operand in the move graph,
97 // be created but will be "pending" when we return from PerformMove.
98 PerformMove(i);

Completed in 109 milliseconds