Searched refs:stack_slots (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1210 const int stack_slots,
1225 assert(handle_index <= stack_slots, "overflow");
1236 assert(handle_index <= stack_slots, "overflow");
1255 assert(handle_index <= stack_slots, "overflow");
1288 assert(handle_index <= stack_slots, "overflow");
1298 map->set_oop(VMRegImpl::stack2reg(offset_in_older_frame + stack_slots));
1310 int stack_slots,
1324 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/);
1326 save_or_restore_arguments(masm, stack_slots, total_in_args,
1341 save_or_restore_arguments(masm, stack_slots, total_in_arg
1209 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
1308 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
1536 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1640 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
2508 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
H A DsharedRuntime_x86_64.cpp1271 const int stack_slots,
1285 assert(slot <= stack_slots, "overflow");
1311 assert(slot <= stack_slots, "overflow");
1338 assert(slot <= stack_slots, "overflow");
1348 map->set_oop(VMRegImpl::stack2reg(offset_in_older_frame + stack_slots));
1360 int stack_slots,
1374 OopMap* map = new OopMap(stack_slots * 2, 0 /* arg_slots*/);
1375 save_or_restore_arguments(masm, stack_slots, total_in_args,
1393 save_or_restore_arguments(masm, stack_slots, total_in_args,
1400 OopMap* map = new OopMap(stack_slots *
1270 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
1359 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
1768 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
1873 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
2774 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp649 int stack_slots, verification_type_info* stack) {
662 sm->set_stack_slots(end_of_locals, stack_slots);
664 for (int i = 0; i < stack_slots; ++i) {
675 int stack_slots, verification_type_info* stack) {
683 for (int i = 0; i < stack_slots; ++i) {
697 return calculate_size(num_locals(), locals(), stack_slots(eol), stack(eol));
714 int stack_slots(address end_of_locals) const { function in class:full_frame
727 void set_stack_slots(address end_of_locals, int stack_slots) { argument
728 Bytes::put_Java_u2(stack_slots_addr(end_of_locals), stack_slots); local
753 count = stack_slots(eo
646 create_at( address addr, int offset_delta, int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
673 calculate_size( int num_locals, verification_type_info* locals, int stack_slots, verification_type_info* stack) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1127 // 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_arg
1641 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
1714 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
1932 int stack_slots = SharedRuntime::out_preserve_stack_slots(); // no out slots at all, actually local
2147 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
2853 int stack_slots = SharedRuntime::out_preserve_stack_slots() + out_arg_slots; local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp540 number_of_types = ff->stack_slots(eol);

Completed in 162 milliseconds