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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp159 typedef void (*arraycopy_fn)(address src, address dst, int count); typedef
178 ((arraycopy_fn)func)(buffer, buffer2, 0);
183 ((arraycopy_fn)func)(buffer, buffer2 + alignment, 0);
188 ((arraycopy_fn)func)(buffer + alignment, buffer2, 0);

Completed in 56 milliseconds