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

  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.h 29 void PerformMove(int index);
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);
  /external/v8/src/compiler/
gap-resolver.h 38 void PerformMove(ParallelMove* moves, MoveOperands* move);
gap-resolver.cc 113 PerformMove(moves, move);
121 PerformMove(moves, move);
130 if (!move->IsEliminated()) PerformMove(moves, move);
134 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) {
137 // move as "pending" on entry to PerformMove in order to detect cycles in the
139 // call to PerformMove could change any source operand in the move graph.
171 // Though PerformMove can change any source operand in the move graph,
179 // when we return from PerformMove.
180 PerformMove(moves, other);
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.h 29 void PerformMove(int index);
lithium-gap-resolver-arm.cc 41 PerformMove(i);
80 void LGapResolver::PerformMove(int index) {
83 // mark a move as "pending" on entry to PerformMove in order to detect
112 PerformMove(i);
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.h 29 void PerformMove(int index);
lithium-gap-resolver-mips.cc 32 PerformMove(i);
65 void LGapResolver::PerformMove(int index) {
68 // mark a move as "pending" on entry to PerformMove in order to detect
97 PerformMove(i);
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.h 29 void PerformMove(int index);
lithium-gap-resolver-mips64.cc 32 PerformMove(i);
65 void LGapResolver::PerformMove(int index) {
68 // mark a move as "pending" on entry to PerformMove in order to detect
97 PerformMove(i);
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.h 29 void PerformMove(int index);
lithium-gap-resolver-ppc.cc 34 PerformMove(i);
67 void LGapResolver::PerformMove(int index) {
70 // mark a move as "pending" on entry to PerformMove in order to detect
99 PerformMove(i);
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.h 29 void PerformMove(int index);
lithium-gap-resolver-s390.cc 33 PerformMove(i);
64 void LGapResolver::PerformMove(int index) {
67 // mark a move as "pending" on entry to PerformMove in order to detect
96 PerformMove(i);
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.h 29 void PerformMove(int index);
lithium-gap-resolver-ia32.cc 33 PerformMove(i);
64 void LGapResolver::PerformMove(int index) {
67 // mark a move as "pending" on entry to PerformMove in order to detect
69 // which means that a call to PerformMove could change any source operand
88 // Though PerformMove can change any source operand in the move graph,
96 // be created but will be "pending" when we return from PerformMove.
97 PerformMove(i);
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.h 29 void PerformMove(int index);
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);
  /art/compiler/optimizing/
parallel_move_resolver.h 116 MoveOperands* PerformMove(size_t index);
176 void PerformMove(size_t index);
parallel_move_resolver.cc 52 PerformMove(i);
62 PerformMove(i);
119 MoveOperands* ParallelMoveResolverWithSwap::PerformMove(size_t index) {
122 // mark a move as "pending" on entry to PerformMove in order to detect
124 // which means that a call to PerformMove could change any source operand
150 // Though PerformMove can change any source operand in the move graph,
151 // calling `PerformMove` cannot create a blocking move via a swap
159 // be created but will be "pending" when we return from PerformMove.
160 required_swap = PerformMove(i);
174 // move by just returning from this `PerformMove`
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.h 45 void PerformMove(int index);
lithium-gap-resolver-arm64.cc 47 PerformMove(i);
82 void LGapResolver::PerformMove(int index) {
85 // mark a move as "pending" on entry to PerformMove in order to detect
106 PerformMove(i);

Completed in 331 milliseconds