Searched refs:handleMove (Results 1 – 7 of 7) sorted by relevance
/external/skia/samplecode/ |
D | SamplePathClip.cpp | 242 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/ |
D | handle-move.ll | 5 ; Test the LiveIntervals::handleMove() function. 62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | PutFilter.java | 153 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/ |
D | LiveIntervalAnalysis.h | 291 void handleMove(MachineInstr* MI, bool UpdateFlags = false);
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 308 LIS->handleMove(MI); in sink3AddrInstruction() 961 LIS->handleMove(CopyMI); in rescheduleMIBelowKill() 973 LIS->handleMove(MI); in rescheduleMIBelowKill() 1141 LIS->handleMove(KillMI); in rescheduleKillAboveMI()
|
D | LiveIntervalAnalysis.cpp | 1262 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() function in LiveIntervals
|
D | MachineScheduler.cpp | 643 LIS->handleMove(MI, /*UpdateFlags=*/true); in moveInstruction()
|