Lines Matching refs:inumber

347 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,
377 static void merge_stack(context_type *, unsigned int inumber,
379 static void merge_registers(context_type *, unsigned int inumber,
947 unsigned int inumber;
1020 for (inumber = 0, offset = 0; offset < code_length; inumber++) {
1022 instruction_data_type *this_idata = &idata[inumber];
1033 verify_opcode_operands(context, inumber, offset);
1077 verify_opcode_operands(context_type *context, unsigned int inumber, int offset)
1081 instruction_data_type *this_idata = &idata[inumber];
1228 set_protected(context, inumber, key, opcode);
1330 set_protected(context, inumber, key, opcode);
1361 this_idata->operand.fi = MAKE_FULLINFO(ITEM_NewObject, 0, inumber);
1495 set_protected(context_type *context, unsigned int inumber, int key, int opcode)
1537 context->instruction_data[inumber].protected = JNI_TRUE;
1791 unsigned int inumber;
1796 for (inumber = 0; inumber < icount; inumber++) {
1797 instruction_data_type *this_idata = &idata[inumber];
1808 jio_fprintf(stdout, "Instruction %d: ", inumber);
1817 check_register_values(context, inumber);
1818 check_flags(context, inumber);
1821 pop_stack(context, inumber, &new_stack_info);
1824 update_registers(context, inumber, &new_register_info);
1825 update_flags(context, inumber, &new_and_flags, &new_or_flags);
1828 push_stack(context, inumber, &new_stack_info);
1843 merge_into_successors(context, inumber,
1857 check_register_values(context_type *context, unsigned int inumber)
1860 instruction_data_type *this_idata = &idata[inumber];
1940 check_flags(context_type *context, unsigned int inumber)
1943 instruction_data_type *this_idata = &idata[inumber];
1968 pop_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info)
1971 instruction_data_type *this_idata = &idata[inumber];
2335 * inumber of the "JVM_OPC_new" instruction", and figure
2454 update_registers(context_type *context, unsigned int inumber,
2458 instruction_data_type *this_idata = &idata[inumber];
2604 update_flags(context_type *context, unsigned int inumber,
2609 instruction_data_type *this_idata = &idata[inumber];
2633 push_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info)
2636 instruction_data_type *this_idata = &idata[inumber];
2846 merge_into_successors(context_type *context, unsigned int inumber,
2852 instruction_data_type *this_idata = &idata[inumber];
2870 buffer[0] = inumber + 1;
2880 buffer[0] = inumber + 1;
2943 if (handler_info->start <= (int)inumber && handler_info->end > (int)inumber)
2953 if (handler_info->start <= (int)inumber && handler_info->end > (int)inumber) {
2956 merge_into_one_successor(context, inumber, handler,
2972 merge_into_one_successor(context, inumber, handler,
2978 merge_into_one_successor(context, inumber, handler,
2989 merge_into_one_successor(context, inumber, target,