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

/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.h31 void PerformMove(int index);
H A Dlithium-gap-resolver-x64.cc30 PerformMove(i);
60 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
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/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.h31 void PerformMove(int index);
H A Dlithium-gap-resolver-arm.cc43 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
114 PerformMove(i);
/external/chromium_org/v8/src/compiler/
H A Dgap-resolver.h37 void PerformMove(ZoneList<MoveOperands>* moves, MoveOperands* move) const;
H A Dgap-resolver.cc51 if (!move->IsEliminated()) PerformMove(moves, &*move);
56 void GapResolver::PerformMove(ZoneList<MoveOperands>* moves, function in class:v8::internal::compiler::GapResolver
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/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.h31 void PerformMove(int index);
H A Dlithium-gap-resolver-mips.cc33 PerformMove(i);
66 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
69 // mark a move as "pending" on entry to PerformMove in order to detect
98 PerformMove(i);
/external/chromium_org/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.h31 void PerformMove(int index);
H A Dlithium-gap-resolver-mips64.cc33 PerformMove(i);
66 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
69 // mark a move as "pending" on entry to PerformMove in order to detect
98 PerformMove(i);
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h31 void PerformMove(int index);
H A Dlithium-gap-resolver-ia32.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/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.h31 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/chromium_org/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.h47 void PerformMove(int index);
H A Dlithium-gap-resolver-arm64.cc49 PerformMove(i);
84 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
87 // mark a move as "pending" on entry to PerformMove in order to detect
108 PerformMove(i);

Completed in 197 milliseconds