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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2951 address entry_jbyte_arraycopy,
3125 __ br(Assembler::equal, true, Assembler::pt, entry_jbyte_arraycopy);
3248 address entry_jbyte_arraycopy; local
3260 &entry_jbyte_arraycopy,
3354 entry_jbyte_arraycopy,
3359 entry_jbyte_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.cpp1690 address entry_jbyte_arraycopy,
1877 __ jump_cc(Assembler::equal, RuntimeAddress(entry_jbyte_arraycopy));
2009 address entry_jbyte_arraycopy; local
2027 &entry_jbyte_arraycopy, "jbyte_arraycopy");
2096 entry_jbyte_arraycopy,
2103 entry_jbyte_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.cpp2834 address entry_jbyte_arraycopy; local
2843 StubRoutines::_jbyte_arraycopy = generate_conjoint_byte_copy(false, entry, &entry_jbyte_arraycopy,
2891 entry_jbyte_arraycopy,
2896 entry_jbyte_arraycopy,

Completed in 59 milliseconds