Searched refs:store_parameter (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.hpp60 void store_parameter(Register r, int offset_from_esp_in_words);
61 void store_parameter(jint c, int offset_from_esp_in_words);
62 void store_parameter(jobject c, int offset_from_esp_in_words);
63 void store_parameter(Metadata* c, int offset_from_esp_in_words);
H A Dc1_CodeStubs_x86.cpp86 ce->store_parameter(m, 1);
87 ce->store_parameter(_bci, 0);
117 ce->store_parameter(_index->as_register(), 0);
119 ce->store_parameter(_index->as_jint(), 0);
242 ce->store_parameter(_obj_reg->as_register(), 1);
243 ce->store_parameter(_lock_reg->as_register(), 0);
263 ce->store_parameter(_lock_reg->as_register(), 0);
436 ce->store_parameter(_trap_request, 0);
467 ce->store_parameter(_obj->as_register(), 0);
544 ce->store_parameter(pre_va
[all...]
H A Dc1_LIRAssembler_x86.cpp2961 void LIR_Assembler::store_parameter(Register r, int offset_from_rsp_in_words) { function in class:LIR_Assembler
2969 void LIR_Assembler::store_parameter(jint c, int offset_from_rsp_in_words) { function in class:LIR_Assembler
2977 void LIR_Assembler::store_parameter(jobject o, int offset_from_rsp_in_words) { function in class:LIR_Assembler
2985 void LIR_Assembler::store_parameter(Metadata* m, int offset_from_rsp_in_words) { function in class:LIR_Assembler
3021 store_parameter(length, 2);
3022 store_parameter(dst_pos, 1);
3023 store_parameter(dst, 0);
3026 store_parameter(src_pos, 3);
3027 store_parameter(src, 4);
3049 store_parameter(j_rarg
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.hpp40 void store_parameter(Register r, int param_num);
41 void store_parameter(jint c, int param_num);
H A Dc1_CodeStubs_s390.cpp107 ce->store_parameter(/*_method->as_register()*/ Z_R1_scratch, 1);
108 ce->store_parameter(_bci, 0);
H A Dc1_LIRAssembler_s390.cpp2069 store_parameter(src_klass, 0); // sub
2070 store_parameter(dst_klass, 1); // super
2379 void LIR_Assembler::store_parameter(Register r, int param_num) { function in class:LIR_Assembler
2386 void LIR_Assembler::store_parameter(jint c, int param_num) { function in class:LIR_Assembler
2483 store_parameter(klass_RInfo, 0); // sub
2484 store_parameter(k_RInfo, 1); // super
2566 store_parameter(klass_RInfo, 0); // sub
2567 store_parameter(k_RInfo, 1); // super
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.hpp82 void store_parameter(Register r, int offset_from_esp_in_words);
83 void store_parameter(jint c, int offset_from_esp_in_words);
84 void store_parameter(jobject c, int offset_from_esp_in_words);
H A Dc1_CodeStubs_aarch64.cpp46 ce->store_parameter(rscratch1, 1);
47 ce->store_parameter(_bci, 0);
205 ce->store_parameter(_obj_reg->as_register(), 1);
206 ce->store_parameter(_lock_reg->as_register(), 0);
226 ce->store_parameter(_lock_reg->as_register(), 0);
259 ce->store_parameter(_trap_request, 0);
372 ce->store_parameter(pre_val()->as_register(), 0);
383 ce->store_parameter(addr()->as_pointer_register(), 0);
H A Dc1_LIRAssembler_aarch64.cpp2159 void LIR_Assembler::store_parameter(Register r, int offset_from_rsp_in_words) { function in class:LIR_Assembler
2167 void LIR_Assembler::store_parameter(jint c, int offset_from_rsp_in_words) { function in class:LIR_Assembler
2176 void LIR_Assembler::store_parameter(jobject o, int offset_from_rsp_in_words) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.hpp68 void store_parameter(jint c, int offset_from_sp_in_words);
69 void store_parameter(Metadata* m, int offset_from_sp_in_words);
H A Dc1_CodeStubs_arm.cpp44 ce->store_parameter(_bci, 0);
45 ce->store_parameter(_method->as_constant_ptr()->as_metadata(), 1);
H A Dc1_LIRAssembler_arm.cpp69 void LIR_Assembler::store_parameter(jint c, int offset_from_sp_in_words) { function in class:LIR_Assembler
77 void LIR_Assembler::store_parameter(Metadata* m, int offset_from_sp_in_words) { function in class:LIR_Assembler

Completed in 79 milliseconds