Searched refs:total_args_passed (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp59 int total_args_passed,
66 int total_args_passed,
138 int total_args_passed) {
57 java_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed, int is_outgoing) argument
64 generate_i2c2i_adapters( MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, AdapterFingerPrint *fingerprint) argument
136 c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp351 static int java_calling_convention(const BasicType* sig_bt, VMRegPair* regs, int total_args_passed, int is_outgoing);
358 static int c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed);
388 int total_args_passed,
646 void save_code(unsigned char* code, int length, int total_args_passed, BasicType* sig_bt);
647 bool compare_code(unsigned char* code, int length, int total_args_passed, BasicType* sig_bt);
H A DsharedRuntime.cpp1640 const int total_args_passed = method->size_of_parameters(); local
1642 VMRegPair* regs_without_member_name = NEW_RESOURCE_ARRAY(VMRegPair, total_args_passed - 1);
1644 const int member_arg_pos = total_args_passed - 1;
1645 assert(member_arg_pos >= 0 && member_arg_pos < total_args_passed, "oob");
1649 int comp_args_on_stack = java_calling_convention(sig_bt, regs_without_member_name, total_args_passed - 1, is_outgoing);
2090 AdapterFingerPrint(int total_args_passed, BasicType* sig_bt) { argument
2094 int len = (total_args_passed + (_basic_types_per_int-1)) / _basic_types_per_int;
2113 int bt = ((sig_index < total_args_passed)
2224 AdapterHandlerEntry* lookup(int total_args_passed, BasicType* sig_bt) { argument
2226 AdapterFingerPrint fp(total_args_passed, sig_b
2384 int total_args_passed = method->size_of_parameters(); // All args on stack local
2536 save_code(unsigned char* buffer, int length, int total_args_passed, BasicType* sig_bt) argument
2546 compare_code(unsigned char* buffer, int length, int total_args_passed, BasicType* sig_bt) argument
2591 const int total_args_passed = method->size_of_parameters(); local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp382 int total_args_passed,
393 for (int i = 0; i < total_args_passed; i++) {
510 void gen_c2i_adapter(int total_args_passed,
516 void gen_i2c_adapter(int total_args_passed,
649 int total_args_passed,
677 // Since all args are passed on the stack, total_args_passed*wordSize is the
680 const int arg_size = total_args_passed * Interpreter::stackElementSize;
687 (total_args_passed-1)*Interpreter::stackElementSize;
696 for (int i = 0; i < total_args_passed; i++) {
765 int total_args_passed,
380 java_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed, int is_outgoing) argument
648 gen_c2i_adapter( int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, Label& L_skip_fixup) argument
764 gen_i2c_adapter( int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs) argument
1023 generate_i2c2i_adapters(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, AdapterFingerPrint* fingerprint) argument
1123 c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed) argument
2771 int total_args_passed = method->size_of_parameters(); local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp375 int total_args_passed,
393 for (int i = 0; i < total_args_passed; i++) {
497 int total_args_passed,
511 // Since all args are passed on the stack, total_args_passed *
516 int extraspace = (total_args_passed * Interpreter::stackElementSize) + wordSize;
533 for (int i = 0; i < total_args_passed; i++) {
540 int st_off = (total_args_passed - i) * Interpreter::stackElementSize;
645 int total_args_passed,
743 for (int i = 0; i < total_args_passed; i++) {
756 int ld_off = (total_args_passed
373 java_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed, int is_outgoing) argument
496 gen_c2i_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, Label& skip_fixup) argument
644 gen_i2c_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs) argument
842 generate_i2c2i_adapters(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, AdapterFingerPrint* fingerprint) argument
896 c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed) argument
2697 int total_args_passed = method->size_of_parameters(); local
[all...]
H A DsharedRuntime_x86_32.cpp411 int total_args_passed,
436 for( i = 0; i < total_args_passed; i++) {
450 for( i = 0; i < total_args_passed; i++) {
573 int total_args_passed,
596 // Since all args are passed on the stack, total_args_passed * interpreter_
599 int extraspace = total_args_passed * Interpreter::stackElementSize;
610 for (int i = 0; i < total_args_passed; i++) {
617 int st_off = ((total_args_passed - 1) - i) * Interpreter::stackElementSize;
717 int total_args_passed,
810 for (int i = 0; i < total_args_passed;
409 java_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed, int is_outgoing) argument
572 gen_c2i_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, Label& skip_fixup) argument
716 gen_i2c_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs) argument
929 generate_i2c2i_adapters(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, AdapterFingerPrint* fingerprint) argument
984 c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed) argument
2438 int total_args_passed = method->size_of_parameters(); local
[all...]

Completed in 59 milliseconds