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

  /external/v8/src/compiler/
gap-resolver.cc 33 if (!move->IsEliminated()) PerformMove(moves, move);
38 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) const {
41 // move as "pending" on entry to PerformMove in order to detect cycles in the
43 // call to PerformMove could change any source operand in the move graph.
58 // Though PerformMove can change any source operand in the move graph,
66 // when we return from PerformMove.
67 PerformMove(moves, other);
  /external/v8/src/crankshaft/arm/
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/arm64/
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);
  /external/v8/src/crankshaft/mips/
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.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.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.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/x64/
lithium-gap-resolver-x64.cc 29 PerformMove(i);
59 void LGapResolver::PerformMove(int index) {
62 // mark a move as "pending" on entry to PerformMove in order to detect
64 // which means that a call to PerformMove could change any source operand
84 // Though PerformMove can change any source operand in the move graph,
92 // be created but will be "pending" when we return from PerformMove.
93 PerformMove(i);
  /art/compiler/optimizing/
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/ia32/
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.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 246 milliseconds