Lines Matching defs:full_info

1379         fullinfo_type full_info;
1382 full_info = MAKE_FULLINFO(ITEM_Integer, 1, 0); break;
1384 full_info = MAKE_FULLINFO(ITEM_Long, 1, 0); break;
1386 full_info = MAKE_FULLINFO(ITEM_Float, 1, 0); break;
1388 full_info = MAKE_FULLINFO(ITEM_Double, 1, 0); break;
1390 full_info = MAKE_FULLINFO(ITEM_Byte, 1, 0); break;
1392 full_info = MAKE_FULLINFO(ITEM_Char, 1, 0); break;
1394 full_info = MAKE_FULLINFO(ITEM_Short, 1, 0); break;
1396 full_info = 0; /* Keep lint happy */
1399 this_idata->operand.fi = full_info;
1724 fullinfo_type full_info;
1757 char fieldchar = signature_to_fieldtype(context, &p, &full_info);
1760 *reg_ptr++ = full_info;
1761 *reg_ptr++ = full_info + 1;
1764 *reg_ptr++ = full_info;
1772 signature_to_fieldtype(context, &p, &full_info);
1773 context->return_type = full_info;
1979 fullinfo_type full_info; /* only used in case of invoke instructions */
2035 *ip++ = signature_to_fieldtype(context, &p, &full_info);
2396 if (signature_to_fieldtype(context, &p, &full_info) == 'A') {
2398 stack_extra_info[item], full_info)) {
2644 fullinfo_type full_info = 0;
2650 * to make sure that full_info is set to the right value.
2671 full_info = context->string_info;
2677 full_info = make_class_info_from_name(context,
2687 full_info = make_class_info_from_name(context,
2691 full_info = make_class_info_from_name(context,
2715 buffer[0] = signature_to_fieldtype(context, &signature, &full_info);
2741 &full_info);
2751 full_info = NULL_FULLINFO; /* special NULL */
2761 full_info = this_idata->operand.fi;
2767 full_info = context->swap_table[0];
2773 full_info = this_idata->register_info.registers[operand];
2807 /* full_info should have the appropriate value. */
2808 assert(full_info != 0);
2809 stack->item = full_info;
3661 fullinfo_type full_info = MAKE_FULLINFO(ITEM_Bogus, 0, 0);
3672 full_info = (array_depth > 0)
3679 full_info = (array_depth > 0)
3686 full_info = (array_depth > 0)
3693 full_info = MAKE_FULLINFO(ITEM_Integer, 0, 0);
3698 full_info = MAKE_FULLINFO(ITEM_Float, 0, 0);
3703 full_info = MAKE_FULLINFO(ITEM_Double, 0, 0);
3708 full_info = MAKE_FULLINFO(ITEM_Long, 0, 0);
3723 * If it does not, return 0 and ITEM_Bogus in full_info. */
3734 full_info = make_class_info_from_name(context, buffer);
3747 *full_info_p = full_info;
3752 *full_info_p = MAKE_FULLINFO(GET_ITEM_TYPE(full_info),
3754 GET_EXTRA_INFO(full_info));