Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 124) sorted by relevance

12345

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveScheduler.java41 public void addMove(RegisterMove move) { in addMove()
56 RegisterMove move = iterator.next(); in schedule() local
67 RegisterMove move = worklist.removeFirst(); in schedule() local
90 RegisterMove move = pickMoveToUnblock(); in schedule() local
120 private Integer createMove(RegisterMove move) { in createMove()
135 private void createMoveDestToTemp(RegisterMove move) { in createMoveDestToTemp()
157 RegisterMove move = null; in pickMoveToUnblock() local
DSpillMoveSet.java99 SpillMove move = new SpillMove(moveTypeForIntervals(to, from), to, from); in addPhiMove() local
263 SpillMove move = moveIterator.next(); in removeArgumentRestores() local
/external/v8/src/compiler/
Dgap-resolver.cc22 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks()
30 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split()
91 MoveOperands* move = (*moves)[i]; in Resolve() local
111 auto move = (*moves)[i]; in Resolve() local
119 auto move = (*moves)[i]; in Resolve() local
129 auto move = (*moves)[i]; in Resolve() local
134 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) { in PerformMove()
/external/clang/test/CodeGenObjCXX/
Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc40 LMoveOperands move = moves_[i]; in Resolve() local
54 LMoveOperands move = moves_[i]; in Resolve() local
75 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/clang/test/Analysis/
Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
Dctor.mm10 T &&move(T &obj) { function
/external/python/cpython2/Demo/tkinter/guido/
Dbrownian2.py34 def move(particle): # move the particle at random time function
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DMoveEliminator.java22 Move move = instruction.asMove(); in shouldBeEliminated() local
/external/javassist/sample/duplicate/
DBall.java35 public void move(int x, int y) { in move() method in Ball
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp5 namespace move { namespace
/external/fmtlib/test/
Dmock-allocator.h62 void move(AllocatorRef &other) { in move() function
/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc27 LMoveOperands move = moves_[i]; in Resolve() local
58 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc28 LMoveOperands move = moves_[i]; in Resolve() local
60 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc35 LMoveOperands move = moves_[i]; in Resolve() local
73 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc26 LMoveOperands move = moves_[i]; in Resolve() local
58 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc26 LMoveOperands move = moves_[i]; in Resolve() local
58 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc29 LMoveOperands move = moves_[i]; in Resolve() local
58 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
130 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
/external/fmtlib/fmt/
Dposix.h362 inline fmt::BufferedFile &move(fmt::BufferedFile &f) { return f; } in move() function
363 inline fmt::File &move(fmt::File &f) { return f; } in move() function
/external/skia/tests/
DFakeStreams.h76 bool move(long offset) override { return fStream.move(offset); } in move() function
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
Drval-references-examples.cpp43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc28 LMoveOperands move = moves_[i]; in Resolve() local
57 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
129 void LGapResolver::AddMove(LMoveOperands move) { in AddMove()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc25 LMoveOperands move = moves_[i]; in Resolve() local
53 LMoveOperands move = moves->at(i); in BuildInitialMoveList() local
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dmove.pass.cpp34 void move(std::ios& x) {std::ios::move(x);} in move() function

12345