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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1490 address generate_conjoint_byte_copy(bool aligned, address nooverlap_target, function in class:StubGenerator
3259 StubRoutines::_jbyte_arraycopy = generate_conjoint_byte_copy(false, entry,
3264 StubRoutines::_arrayof_jbyte_arraycopy = generate_conjoint_byte_copy(true, entry, NULL,
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1476 // used by generate_conjoint_byte_copy().
1580 address generate_conjoint_byte_copy(bool aligned, address nooverlap_target, function in class:StubGenerator
2843 StubRoutines::_jbyte_arraycopy = generate_conjoint_byte_copy(false, entry, &entry_jbyte_arraycopy,

Completed in 71 milliseconds