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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp162 static void test_arraycopy_func(address func, int alignment) { function
211 test_arraycopy_func( type##_arraycopy(), sizeof(type)); \
212 test_arraycopy_func( type##_disjoint_arraycopy(), sizeof(type)); \
213 test_arraycopy_func(arrayof_##type##_arraycopy(), sizeof(HeapWord)); \
214 test_arraycopy_func(arrayof_##type##_disjoint_arraycopy(), sizeof(HeapWord))
265 test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::conjoint_##type##s_atomic), sizeof(type)); \
266 test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::arrayof_conjoint_##type##s), (int)MAX2(sizeof(HeapWord), sizeof(type)))
276 test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::conjoint_words), sizeof(HeapWord));
277 test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::disjoint_words), sizeof(HeapWord));
278 test_arraycopy_func(CAST_FROM_FN_PT
[all...]

Completed in 22 milliseconds