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

  /external/v8/src/x64/
lithium-gap-resolver-x64.h 54 void PerformMove(int index);
lithium-gap-resolver-x64.cc 53 PerformMove(i);
83 void LGapResolver::PerformMove(int index) {
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/
lithium-gap-resolver-arm.h 54 void PerformMove(int index);
lithium-gap-resolver-arm.cc 55 PerformMove(i);
88 void LGapResolver::PerformMove(int index) {
91 // mark a move as "pending" on entry to PerformMove in order to detect
120 PerformMove(i);
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 54 void PerformMove(int index);
lithium-gap-resolver-mips.cc 56 PerformMove(i);
89 void LGapResolver::PerformMove(int index) {
92 // mark a move as "pending" on entry to PerformMove in order to detect
121 PerformMove(i);
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 54 void PerformMove(int index);
lithium-gap-resolver-ia32.cc 57 PerformMove(i);
88 void LGapResolver::PerformMove(int index) {
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 72 milliseconds