Searched refs:emit_arraycopy (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp195 void emit_arraycopy(LIR_OpArrayCopy* op);
H A Dc1_LIR.cpp989 masm->emit_arraycopy(this);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1832 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2189 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp1844 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp1872 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp2744 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2996 void LIR_Assembler::emit_arraycopy(LIR_OpArrayCopy* op) { function in class:LIR_Assembler

Completed in 134 milliseconds