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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp2063 // no-overlap entry point used by generate_conjoint_long_oop_copy().
2083 // Save no-overlap entry point for generate_conjoint_long_oop_copy()
2156 address generate_conjoint_long_oop_copy(bool aligned, bool is_oop, function in class:StubGenerator
2858 StubRoutines::_jlong_arraycopy = generate_conjoint_long_oop_copy(false, false, entry,
2876 StubRoutines::_oop_arraycopy = generate_conjoint_long_oop_copy(false, true, entry,
2881 StubRoutines::_oop_arraycopy_uninit = generate_conjoint_long_oop_copy(false, true, entry,

Completed in 39 milliseconds