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

  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.h 31 void PerformMove(int index);
lithium-gap-resolver-x64.cc 30 PerformMove(i);
60 void LGapResolver::PerformMove(int index) {
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/
lithium-gap-resolver-arm.h 31 void PerformMove(int index);
lithium-gap-resolver-arm.cc 43 PerformMove(i);
82 void LGapResolver::PerformMove(int index) {
85 // mark a move as "pending" on entry to PerformMove in order to detect
114 PerformMove(i);
  /external/chromium_org/v8/src/arm64/
lithium-gap-resolver-arm64.h 31 void PerformMove(int index);
lithium-gap-resolver-arm64.cc 49 PerformMove(i);
88 void LGapResolver::PerformMove(int index) {
91 // mark a move as "pending" on entry to PerformMove in order to detect
112 PerformMove(i);
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 31 void PerformMove(int index);
lithium-gap-resolver-mips.cc 33 PerformMove(i);
66 void LGapResolver::PerformMove(int index) {
69 // mark a move as "pending" on entry to PerformMove in order to detect
98 PerformMove(i);
  /art/compiler/optimizing/
parallel_move_resolver.h 83 void PerformMove(size_t index);
parallel_move_resolver.cc 34 PerformMove(i);
65 void ParallelMoveResolver::PerformMove(size_t 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);
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.h 31 void PerformMove(int index);
lithium-gap-resolver-ia32.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);
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.h 31 void PerformMove(int index);
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 57 milliseconds