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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2956 address entry_checkcast_arraycopy) {
3208 __ br(Assembler::always, false, Assembler::pt, entry_checkcast_arraycopy);
3253 address entry_checkcast_arraycopy; local
3349 StubRoutines::_checkcast_arraycopy = generate_checkcast_copy("checkcast_arraycopy", &entry_checkcast_arraycopy);
3364 entry_checkcast_arraycopy);
2950 generate_generic_copy(const char *name, address entry_jbyte_arraycopy, address entry_jshort_arraycopy, address entry_jint_arraycopy, address entry_oop_arraycopy, address entry_jlong_arraycopy, address entry_checkcast_arraycopy) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1695 address entry_checkcast_arraycopy) {
2001 __ jump(RuntimeAddress(entry_checkcast_arraycopy));
2014 address entry_checkcast_arraycopy; local
2090 generate_checkcast_copy("checkcast_arraycopy", &entry_checkcast_arraycopy);
2108 entry_checkcast_arraycopy);
1689 generate_generic_copy(const char *name, address entry_jbyte_arraycopy, address entry_jshort_arraycopy, address entry_jint_arraycopy, address entry_oop_arraycopy, address entry_jlong_arraycopy, address entry_checkcast_arraycopy) argument
H A DstubGenerator_x86_64.cpp2839 address entry_checkcast_arraycopy; local
2886 StubRoutines::_checkcast_arraycopy = generate_checkcast_copy("checkcast_arraycopy", &entry_checkcast_arraycopy);
2901 entry_checkcast_arraycopy);

Completed in 333 milliseconds