Searched refs:dst2 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/test/compiler/6892265/
H A DTest.java37 static int[] dst2; field in class:Test
44 System.arraycopy(src2, 0, dst2, N, NCOPY);
45 System.arraycopy(dst2, N, src2, 0, NCOPY);
50 dst2 = new int[NCOPY + Integer.MAX_VALUE/4 + OVERFLOW];
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java126 Path dst2 = getPathWithParents(fs, "/xyz" + rdm.nextInt(100) +
128 Files.copy(dst, dst2);
129 //dst.moveTo(dst2);
130 checkEqual(src, dst2);
139 Files.move(dst2, dst3);
141 if (Files.exists(dst2))
167 Path parent = dst2.getParent();
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java281 int src2, int src3, int dst2, int dst3,
279 XRenderCompositeText(byte op, int src, int dst, int maskFormatID, int src2, int src3, int dst2, int dst3, int glyphset, GrowableEltArray elts) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1897 void load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed, Register dst2 = noreg);
H A Dassembler_x86.cpp8006 void MacroAssembler::load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed, Register dst2) { argument
8010 assert(dst2 != noreg, "second dest register required");
8012 movl(dst2, src.plus_disp(BytesPerInt));

Completed in 93 milliseconds