Searched defs:generate_disjoint_int_copy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2194 address generate_disjoint_int_copy(bool aligned, address *entry, const char *name) { function in class:StubGenerator
3281 StubRoutines::_arrayof_jint_disjoint_arraycopy = generate_disjoint_int_copy(true, &entry,
3288 StubRoutines::_jint_disjoint_arraycopy = generate_disjoint_int_copy(false, &entry,

Completed in 41 milliseconds