OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PerformMove
(Results
1 - 9
of
9
) sorted by null
/art/compiler/optimizing/
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/compiler/
gap-resolver.cc
51
if (!move->IsEliminated())
PerformMove
(moves, &*move);
56
void GapResolver::
PerformMove
(ZoneList<MoveOperands>* moves,
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/arm/
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.cc
49
PerformMove
(i);
84
void LGapResolver::
PerformMove
(int index) {
87
// mark a move as "pending" on entry to
PerformMove
in order to detect
108
PerformMove
(i);
/external/chromium_org/v8/src/mips/
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);
/external/chromium_org/v8/src/mips64/
lithium-gap-resolver-mips64.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);
/external/chromium_org/v8/src/x64/
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/ia32/
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.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 271 milliseconds