Searched defs:stack_slots (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_Runtime1_ppc.cpp742 const int stack_slots = 3; local
819 const int stack_slots = 2; local
H A DsharedRuntime_ppc.cpp1434 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1497 check_needs_gc_for_critical_native(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMapSet* oop_maps, VMRegPair* in_regs, BasicType* in_sig_bt, Register tmp_reg ) argument
1741 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1890 int stack_slots = c_calling_convention(out_sig_bt, out_regs, out_regs2, total_c_args) // 1+2) local
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp742 int stack_slots(address end_of_locals) const { function in class:full_frame
755 void set_stack_slots(address end_of_locals, int stack_slots) { argument
756 Bytes::put_Java_u2(stack_slots_addr(end_of_locals), stack_slots); local
674 create_at( address addr, int offset_delta, int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
701 calculate_size( int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp1128 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1166 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1476 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1549 check_needs_gc_for_critical_native(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMapSet* oop_maps, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1767 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1989 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp603 int stack_slots = _total_frame_size / HeapWordSize; // conversion to words local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1356 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1461 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
1123 check_needs_gc_for_critical_native(MacroAssembler* masm, int stack_slots, int total_c_args, int total_in_args, int arg_save_area, OopMapSet* oop_maps, VMRegPair* in_regs, BasicType* in_sig_bt) argument
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp1277 save_or_restore_arguments(MacroAssembler *masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap *map, VMRegPair *in_regs, BasicType *in_sig_bt) argument
1344 check_needs_gc_for_critical_native(MacroAssembler *masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMapSet *oop_maps, VMRegPair *in_regs, BasicType *in_sig_bt) argument
1501 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // No out slots at all, actually. local
1708 int stack_slots = c_calling_convention(out_sig_bt, out_regs, /*regs2=*/NULL, total_c_args) + // 1+2 local
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1208 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1307 check_needs_gc_for_critical_native(MacroAssembler* masm, Register thread, int stack_slots, int total_c_args, int total_in_args, int arg_save_area, OopMapSet* oop_maps, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1535 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1639 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
H A DsharedRuntime_x86_64.cpp1349 save_or_restore_arguments(MacroAssembler* masm, const int stack_slots, const int total_in_args, const int arg_save_area, OopMap* map, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1438 check_needs_gc_for_critical_native(MacroAssembler* masm, int stack_slots, int total_c_args, int total_in_args, int arg_save_area, OopMapSet* oop_maps, VMRegPair* in_regs, BasicType* in_sig_bt) argument
1846 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1951 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]

Completed in 176 milliseconds