Searched refs:temp_addr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1429 char * img_addr, * temp_addr; local
1435 temp_addr = temp_image->data;
1438 memcpy(img_addr, temp_addr, bytes_to_copy);
1440 temp_addr += temp_scan;
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp3425 address temp_addr = _masm.address_constant(dummy + i); local
3426 assert(temp_addr, "consts section too small");

Completed in 55 milliseconds