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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1800 stack_info_type new_stack_info; local
1821 pop_stack(context, inumber, &new_stack_info);
1828 push_stack(context, inumber, &new_stack_info);
1830 if (new_stack_info.stack_size > max_stack_size)
1835 print_stack(context, &new_stack_info);
1844 &new_register_info, &new_stack_info,
1964 * returned in *new_stack_info.
1968 pop_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info) argument
2443 new_stack_info->stack = stack;
2444 new_stack_info
2633 push_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info) argument
3000 merge_into_one_successor(context_type *context, unsigned int from_inumber, unsigned int to_inumber, register_info_type *new_register_info, stack_info_type *new_stack_info, flag_type new_and_flags, flag_type new_or_flags, jboolean isException) argument
3171 merge_stack(context_type *context, unsigned int from_inumber, unsigned int to_inumber, stack_info_type *new_stack_info) argument
[all...]

Completed in 750 milliseconds