Searched refs:NewTypeArrayStub (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_CodeStubs_aarch64.cpp147 // Implementation of NewTypeArrayStub
149 // Implementation of NewTypeArrayStub
151 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
159 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_aarch64.cpp1117 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_CodeStubs_ppc.cpp210 // Implementation of NewTypeArrayStub
211 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
218 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_ppc.cpp994 LIR_Opr klass_reg = FrameMap::R4_metadata_opr; // Used by slow path (NewTypeArrayStub).
995 // We use R5 in order to get a temp effect. This reg is used in slow path (NewTypeArrayStub).
1005 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp182 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
189 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_s390.cpp874 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_CodeStubs_arm.cpp150 // Implementation of NewTypeArrayStub
152 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
160 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_arm.cpp1294 length.load_item_force(FrameMap::R2_opr); // R2 is required by runtime call in NewTypeArrayStub::emit_code
1297 LIR_Opr reg = result_register_for(x->type()); // R0 is required by runtime call in NewTypeArrayStub::emit_code
1298 LIR_Opr klass_reg = FrameMap::R1_metadata_opr; // R1 is required by runtime call in NewTypeArrayStub::emit_code
1308 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp184 // Implementation of NewTypeArrayStub
186 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
194 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_x86.cpp1322 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp189 // Implementation of NewTypeArrayStub
190 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { function in class:NewTypeArrayStub
198 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) {
H A Dc1_LIRGenerator_sparc.cpp1105 CodeStub* slow_path = new NewTypeArrayStub(klass_reg, len, reg, info);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp253 class NewTypeArrayStub: public CodeStub { class in inherits:CodeStub
261 NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info);
271 virtual void print_name(outputStream* out) const { out->print("NewTypeArrayStub"); }

Completed in 183 milliseconds