Home
last modified time | relevance | path

Searched refs:handleMove (Results 1 – 7 of 7) sorted by relevance

/external/skia/samplecode/
DSamplePathClip.cpp242 virtual void handleMove() = 0;
249 void handleMove() override { *fPt = snap(fCurr); } in handleMove() function in EdgeClipView::VertClick
256 void handleMove() override { fRect->offset(fCurr.x() - fPrev.x(), fCurr.y() - fPrev.y()); } in handleMove() function in EdgeClipView::DragRectClick
270 void handleMove() override { in handleMove() function in EdgeClipView::DragPolyClick
282 void handleMove() override {} in handleMove() function in EdgeClipView::DoNothingClick
312 ((MyClick*)click)->handleMove(); in onClick()
/external/llvm/test/CodeGen/X86/
Dhandle-move.ll5 ; Test the LiveIntervals::handleMove() function.
62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
/external/jetty/src/java/org/eclipse/jetty/servlets/
DPutFilter.java153 handleMove(request, response, pathInContext, file); in doFilter()
292 …public void handleMove(HttpServletRequest request, HttpServletResponse response, String pathInCont… in handleMove() method in PutFilter
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h291 void handleMove(MachineInstr* MI, bool UpdateFlags = false);
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp308 LIS->handleMove(MI); in sink3AddrInstruction()
961 LIS->handleMove(CopyMI); in rescheduleMIBelowKill()
973 LIS->handleMove(MI); in rescheduleMIBelowKill()
1141 LIS->handleMove(KillMI); in rescheduleKillAboveMI()
DLiveIntervalAnalysis.cpp1262 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() function in LiveIntervals
DMachineScheduler.cpp643 LIS->handleMove(MI, /*UpdateFlags=*/true); in moveInstruction()