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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c347 static void verify_opcode_operands (context_type *, unsigned int inumber, int offset);
348 static void set_protected(context_type *, unsigned int inumber, int key, int);
358 static void check_register_values(context_type *context, unsigned int inumber);
359 static void check_flags(context_type *context, unsigned int inumber);
360 static void pop_stack(context_type *, unsigned int inumber, stack_info_type *);
361 static void update_registers(context_type *, unsigned int inumber, register_info_type *);
362 static void update_flags(context_type *, unsigned int inumber,
364 static void push_stack(context_type *, unsigned int inumber, stack_info_type *stack);
366 static void merge_into_successors(context_type *, unsigned int inumber,
372 unsigned int inumber,
947 unsigned int inumber; local
1077 verify_opcode_operands(context_type *context, unsigned int inumber, int offset) argument
1495 set_protected(context_type *context, unsigned int inumber, int key, int opcode) argument
1791 unsigned int inumber; local
1857 check_register_values(context_type *context, unsigned int inumber) argument
1940 check_flags(context_type *context, unsigned int inumber) argument
1968 pop_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info) argument
2454 update_registers(context_type *context, unsigned int inumber, register_info_type *new_register_info) argument
2604 update_flags(context_type *context, unsigned int inumber, flag_type *new_and_flags, flag_type *new_or_flags) argument
2633 push_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info) argument
2846 merge_into_successors(context_type *context, unsigned int inumber, register_info_type *register_info, stack_info_type *stack_info, flag_type and_flags, flag_type or_flags) argument
[all...]

Completed in 57 milliseconds