Searched refs:ninterfaces (Results 1 – 1 of 1) sorted by relevance
340 int ninterfaces, nfields, nmethods; in java_link_class_type() local369 ninterfaces = 0; in java_link_class_type()372 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", NULL, "structure")); in java_link_class_type()374 TYPE_N_BASECLASSES (type) = (tsuper == NULL ? 0 : 1) + ninterfaces; in java_link_class_type()