Searched defs:arraycopy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java489 public static native void arraycopy(Object src, int srcPos, method in class:System
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2143 void arraycopy(LIR_Opr src, LIR_Opr src_pos, LIR_Opr dst, LIR_Opr dst_pos, LIR_Opr length, LIR_Opr tmp, ciArrayKlass* expected_type, int flags, CodeEmitInfo* info) { append(new LIR_OpArrayCopy(src, src_pos, dst, dst_pos, length, tmp, expected_type, flags, info)); } function in class:LIR_List

Completed in 40 milliseconds