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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp188 static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length);
H A Dc1_Runtime1.cpp1250 // for anything but an oop array, which is covered by oop_arraycopy.
1254 JRT_LEAF(void, Runtime1::oop_arraycopy(HeapWord* src, HeapWord* dst, int num))
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp300 static address oop_arraycopy(bool dest_uninitialized = false) { function in class:StubRoutines
H A DstubRoutines.cpp500 case COPYFUNC_CONJOINT | COPYFUNC_UNALIGNED: RETURN_STUB_PARM(oop_arraycopy, dest_uninitialized);

Completed in 36 milliseconds