Searched defs:dst2 (Results 1 - 3 of 3) 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/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.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 85 milliseconds