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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1381 address generate_disjoint_byte_copy(bool aligned, address *entry, const char *name) { function in class:StubGenerator
3257 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry,
3262 StubRoutines::_arrayof_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(true, &entry,
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1478 address generate_disjoint_byte_copy(bool aligned, address* entry, const char *name) { function in class:StubGenerator
2841 StubRoutines::_jbyte_disjoint_arraycopy = generate_disjoint_byte_copy(false, &entry,

Completed in 50 milliseconds