Searched refs:PerformMove (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-x64.cc29 PerformMove(i);
59 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
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);
/external/v8/src/compiler/
H A Dgap-resolver.cc33 if (!move->IsEliminated()) PerformMove(moves, move);
38 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) const { function in class:v8::internal::compiler::GapResolver
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);
H A Dgap-resolver.h37 void PerformMove(ParallelMove* moves, MoveOperands* move) const;
/external/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-arm.cc41 PerformMove(i);
80 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
83 // mark a move as "pending" on entry to PerformMove in order to detect
112 PerformMove(i);
/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-mips.cc32 PerformMove(i);
65 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
68 // mark a move as "pending" on entry to PerformMove in order to detect
97 PerformMove(i);
/external/v8/src/crankshaft/mips64/
H A Dlithium-gap-resolver-mips64.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-mips64.cc32 PerformMove(i);
65 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
68 // mark a move as "pending" on entry to PerformMove in order to detect
97 PerformMove(i);
/external/v8/src/crankshaft/ppc/
H A Dlithium-gap-resolver-ppc.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-ppc.cc34 PerformMove(i);
67 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
70 // mark a move as "pending" on entry to PerformMove in order to detect
99 PerformMove(i);
/external/v8/src/crankshaft/s390/
H A Dlithium-gap-resolver-s390.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-s390.cc33 PerformMove(i);
64 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
67 // mark a move as "pending" on entry to PerformMove in order to detect
96 PerformMove(i);
/external/v8/src/crankshaft/ia32/
H A Dlithium-gap-resolver-ia32.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-ia32.cc33 PerformMove(i);
64 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
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/
H A Dlithium-gap-resolver-x87.h29 void PerformMove(int index);
H A Dlithium-gap-resolver-x87.cc34 PerformMove(i);
65 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
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/crankshaft/arm64/
H A Dlithium-gap-resolver-arm64.h45 void PerformMove(int index);
H A Dlithium-gap-resolver-arm64.cc47 PerformMove(i);
82 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
85 // mark a move as "pending" on entry to PerformMove in order to detect
106 PerformMove(i);

Completed in 258 milliseconds