Lines Matching refs:stack_slots

1127     // Return the number of VMReg stack_slots needed for the args.
1642 const int stack_slots,
1656 map->set_oop(VMRegImpl::stack2reg(offset_in_older_frame + stack_slots));
1675 assert(handle_index <= stack_slots, "overflow");
1684 assert(handle_index <= stack_slots, "overflow");
1698 assert(handle_index <= stack_slots, "overflow");
1715 const int stack_slots,
1730 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/);
1731 save_or_restore_arguments(masm, stack_slots, total_in_args,
1747 save_or_restore_arguments(masm, stack_slots, total_in_args,
1754 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/);
1755 save_or_restore_arguments(masm, stack_slots, total_in_args,
1769 save_or_restore_arguments(masm, stack_slots, total_in_args,
1932 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually
1938 stack_slots / VMRegImpl::slots_per_word,
2147 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots;
2151 int oop_handle_offset = round_to(stack_slots, 2);
2152 stack_slots += total_save_slots;
2162 klass_slot_offset = stack_slots;
2163 stack_slots += VMRegImpl::slots_per_word;
2171 lock_slot_offset = stack_slots;
2172 stack_slots += VMRegImpl::slots_per_word;
2176 stack_slots += 2;
2205 stack_slots = round_to(stack_slots, 2 * VMRegImpl::slots_per_word);
2207 int stack_size = stack_slots * VMRegImpl::stack_slot_size;
2220 check_needs_gc_for_critical_native(masm, stack_slots, total_in_args,
2250 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/);
2294 object_move(masm, map, oop_handle_offset, stack_slots, in_regs[i], out_regs[c_arg],
2573 save_native_result(masm, ret_type, stack_slots);
2585 restore_native_result(masm, ret_type, stack_slots);
2607 save_native_result(masm, ret_type, stack_slots);
2612 restore_native_result(masm, ret_type, stack_slots);
2639 save_native_result(masm, ret_type, stack_slots);
2662 restore_native_result(masm, ret_type, stack_slots);
2676 save_native_result(masm, ret_type, stack_slots);
2681 restore_native_result(masm, ret_type, stack_slots);
2731 stack_slots / VMRegImpl::slots_per_word,
2853 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots;
2857 int conversion_temp = stack_slots;
2858 stack_slots += 2;
2863 int string_locs = stack_slots;
2864 stack_slots += total_strings *
2894 stack_slots = round_to(stack_slots, 4 * VMRegImpl::slots_per_word);
2896 int stack_size = stack_slots * VMRegImpl::stack_slot_size;
3270 stack_slots / VMRegImpl::slots_per_word);