Searched defs:move (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp70 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object local
71 NativeJump* jump = nativeJump_at(move->next_instruction_address());
77 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object local
78 NativeJump* jump = nativeJump_at(move->next_instruction_address());
79 return (oop)move->data();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp62 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object local
63 NativeJump* jump = nativeJump_at(move->next_instruction_address());
70 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); local
72 NativeJump* jump = nativeJump_at(move->next_instruction_address());
73 return (oop)move->data();
H A DinterpreterRT_x86_32.cpp43 move(offset(), jni_offset() + 1);
47 move(offset(), jni_offset() + 1);
51 move(offset(), jni_offset() + 2);
52 move(offset() + 1, jni_offset() + 1);
59 void InterpreterRuntime::SignatureHandlerGenerator::move(int from_offset, int to_offset) { function in class:InterpreterRuntime::SignatureHandlerGenerator
H A Dc1_LinearScan_x86.cpp379 // move stack slot to the top of stack and then pop it
456 // move "preserve" to bottom of stack so that all other stack slots can be popped
490 // move from fpu register to xmm register (necessary for operations that
497 // move from fpu-register to fpu-register:
522 // move from fpu-register to memory
535 // move from memory/constant to fpu register
573 // this is quite the same as a move from fpu-register to fpu-register
938 LIR_Op1* move = new LIR_Op1(lir_move, LIR_OprFact::doubleConst(0), LIR_OprFact::double_fpu(reg)->make_fpu_stack_offset()); local
940 instrs->instructions_list()->push(move);
943 move
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java247 // copy security attributes. If this fail it doesn't cause the move
258 static void move(WindowsPath source, WindowsPath target, CopyOption... options) method in class:WindowsFileCopy
437 // copy security attributes. If this fails it doesn't cause the move
H A DWindowsFileSystemProvider.java284 public void move(Path source, Path target, CopyOption... options) method in class:WindowsFileSystemProvider
287 WindowsFileCopy.move(WindowsPath.toWindowsPath(source),
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DSecureDirectoryStream.java209 * <p> This method works in a similar manner to {@link Files#move move}
223 * the name of the file to move
244 void move(T srcpath, SecureDirectoryStream<T> targetdir, T targetpath) method in interface:SecureDirectoryStream
H A DFiles.java1236 * <p> By default, this method attempts to move the file to the target
1241 * invoked to move an empty directory. In some implementations a directory
1244 * empty when only the special entries exist. When invoked to move a
1250 * IOException}). To move a <i>file tree</i> may involve copying rather
1268 * <td> The move is performed as an atomic file system operation and all
1271 * fails by throwing an {@link IOException}. If the move cannot be
1282 * <p> Where the move requires that the file be copied then the {@link
1286 * copied. When the move is performed as a non-atomic operation, and a {@code
1297 * Files.move(source, source.resolveSibling("newname"));
1299 * Alternatively, suppose we want to move
1339 public static Path move(Path source, Path target, CopyOption... options) method in class:Files
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DPoint.java45 * @see #move(int, int)
56 * @see #move(int, int)
146 * Its behavior is identical with <code>move(int,&nbsp;int)</code>.
151 * @see java.awt.Point#move(int, int)
155 move(x, y);
183 public void move(int x, int y) { method in class:Point
194 * @param dx the distance to move this point
196 * @param dy the distance to move this point
H A DRectangle.java486 move(x, y);
498 public void move(int x, int y) { method in class:Rectangle
507 * @param dx the distance to move this <code>Rectangle</code>
509 * @param dy the distance to move this <code>Rectangle</code>
524 // newv+width, but we may move newv to prevent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java135 // then move them to their respective positions.
138 move(jaxbBindings, targetNodes);
387 private void move(Element bindings, Map<Element, List<Node>> targetNodes) { method in class:Internalizer
406 move(item, targetNodes);
434 // move this node under the target
448 * XML Schema element under which the declaration should move.
457 // to the decl node itself so that this move won't change
495 // finally move the declaration to the target node.
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java116 // a move requires that all attributes be copied but only fail if
365 // move file from source to target
366 static void move(UnixPath source, UnixPath target, CopyOption... options) method in class:UnixCopyFile
395 // move using rename or copy+delete
H A DUnixFileSystemProvider.java259 public void move(Path source, Path target, CopyOption... options) method in class:UnixFileSystemProvider
262 UnixCopyFile.move(UnixPath.toUnixPath(source),
H A DUnixSecureDirectoryStream.java225 * Rename/move file in this directory to another (open) directory
228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) method in class:UnixSecureDirectoryStream
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java807 * manner specified by the {@link Files#move} method except that both the
811 * the path to the file to move
815 * options specifying how the move should be done
838 public abstract void move(Path source, Path target, CopyOption... options) method in class:FileSystemProvider
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java91 move(jaxwsBinding, targetNodes);
430 private void move(Element bindings, Map<Element, Node> targetNodes) { method in class:Internalizer
442 move(item, targetNodes);
450 // move this node under the target
468 * @param target XML wsdl element under which the declaration should move.
473 //if there is @node on decl and has a child element jaxb:bindings, move it under the target
515 // finally move the declaration to the target node.
527 * to the decl node itself so that this move won't change
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java125 public void move(Path source, Path target, CopyOption... options) method in class:TestProvider
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystemProvider.java233 public void move(Path src, Path target, CopyOption... options) method in class:ZipFileSystemProvider
236 toZipPath(src).move(toZipPath(target), options);
H A DZipPath.java795 void move(ZipPath target, CopyOption... options) method in class:ZipPath
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java631 * not be located withing this range. If you want to move something to the start of
639 public void move(InstructionHandle start, InstructionHandle end, InstructionHandle target) { method in class:InstructionList
696 public void move(InstructionHandle ih, InstructionHandle target) { method in class:InstructionList
697 move(ih, ih, target);
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java210 // if zero length move or line, ignore
224 // if multiple disconnected move, just update position, leave advance alone
780 void move() { method in class:LayoutPathImpl.SegmentPath.Segment
781 if (LOGMAP) LOG.format("s(%d) move\n", ix);
879 s.move();
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java272 public void move(Path source, Path target, CopyOption... options) throws IOException { method in class:PassThroughFileSystem.PassThroughProvider
273 Files.move(unwrap(source), unwrap(target), options);
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp473 static void mark_and_move(oop obj, MoveMarkedObjects* move) { argument
474 if (mark_object(obj)) move->do_object(obj);
483 static void mark_and_move_for_policy(order_policy policy, oop obj, MoveMarkedObjects* move) { argument
484 if (SharedOptimizeColdStartPolicy >= policy) mark_and_move(obj, move);
1096 // Phase 1b: move commonly used symbols referenced by oop fields.
1103 // Phase 1c: move known names and signatures.
1110 // Phase 1d: move the remaining symbols by scanning the whole SymbolTable.
1127 // Phase 2: move commonly used read-only objects to the read-only space.
1145 // Phase 3: move String character arrays to the read-only space.
1153 // Phase 4: move rea
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c270 Boolean move = False; local
300 move = True;
305 if (!move && !resize) {
319 * Motif ignores attempts to move a toplevel window to 0,0.
333 if (move && !resize) {
336 } else if (resize && !move) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp93 __ move(src, dest);
113 // Call graph: move(NULL, c) -> move(c, b) -> move(b, a)
114 // Generates moves in this order: move b to a and move c to b
116 // Call graph: move(NULL, a) -> move(a, b) -> move(b, a)
117 // Generates moves in this order: move
118 void PhiResolver::move(ResolveNode* src, ResolveNode* dest) { function in class:PhiResolver
191 void PhiResolver::move(LIR_Opr src, LIR_Opr dest) { function in class:PhiResolver
[all...]

Completed in 973 milliseconds

12