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

/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.h54 void PerformMove(int index);
H A Dlithium-gap-resolver-x64.cc53 PerformMove(i);
83 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
86 // mark a move as "pending" on entry to PerformMove in order to detect
88 // which means that a call to PerformMove could change any source operand
108 // Though PerformMove can change any source operand in the move graph,
116 // be created but will be "pending" when we return from PerformMove.
117 PerformMove(i);
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.h54 void PerformMove(int index);
H A Dlithium-gap-resolver-arm.cc55 PerformMove(i);
88 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
91 // mark a move as "pending" on entry to PerformMove in order to detect
120 PerformMove(i);
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.h54 void PerformMove(int index);
H A Dlithium-gap-resolver-mips.cc56 PerformMove(i);
89 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
92 // mark a move as "pending" on entry to PerformMove in order to detect
121 PerformMove(i);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h54 void PerformMove(int index);
H A Dlithium-gap-resolver-ia32.cc57 PerformMove(i);
88 void LGapResolver::PerformMove(int index) { function in class:v8::internal::LGapResolver
91 // mark a move as "pending" on entry to PerformMove in order to detect
93 // which means that a call to PerformMove could change any source operand
112 // Though PerformMove can change any source operand in the move graph,
120 // be created but will be "pending" when we return from PerformMove.
121 PerformMove(i);

Completed in 115 milliseconds