Searched refs:handle_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1218 int handle_index = 0; local
1222 int slot = handle_index * VMRegImpl::slots_per_word + arg_save_area;
1224 handle_index += 2;
1225 assert(handle_index <= stack_slots, "overflow");
1233 int slot = handle_index * VMRegImpl::slots_per_word + arg_save_area;
1235 handle_index += 2;
1236 assert(handle_index <= stack_slots, "overflow");
1253 int slot = handle_index++ * VMRegImpl::slots_per_word + arg_save_area;
1255 assert(handle_index <= stack_slots, "overflow");
1286 int slot = handle_index
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1667 int handle_index = 0; local
1669 int slot = handle_index + arg_save_area;
1674 handle_index += 2;
1675 assert(handle_index <= stack_slots, "overflow");
1683 handle_index += 2;
1684 assert(handle_index <= stack_slots, "overflow");
1694 int slot = handle_index + arg_save_area;
1697 handle_index++;
1698 assert(handle_index <= stack_slots, "overflow");

Completed in 91 milliseconds