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

/haiku-buildtools/gcc/gcc/java/
H A Dclass.c1612 tree method_index = get_method_index (method); local
1613 if (method_index != NULL_TREE
1614 && tree_fits_shwi_p (method_index))
1615 TREE_VEC_ELT (vtable, tree_to_shwi (method_index)) = method;
1704 /* Set the method_index for a method decl. */
1706 set_method_index (tree decl, tree method_index) argument
1708 if (method_index != NULL_TREE)
1710 /* method_index is null if we're using indirect dispatch. */
1711 method_index = fold (convert (sizetype, method_index));
1729 tree method_index = DECL_VINDEX (decl); local
2709 tree method_index = get_method_index (super_method); local
[all...]
H A Dexpr.c2238 int method_index = 0;
2262 method_index++;
2264 method_index *= int_size_in_bytes (method_type_node);
2265 ref = fold_build_pointer_plus_hwi (ref, method_index);
2328 tree method_index;
2339 method_index = build4 (ARRAY_REF, integer_type_node,
2349 method_index = DECL_VINDEX (method);
2350 method_index = size_binop (MULT_EXPR, method_index,
2353 method_index
2234 int method_index = 0; local
2324 tree method_index; local
[all...]
H A Djcf-dump.c390 { uint16 class_index, method_index; \
393 method_index = JCF_readu2 (jcf); \
397 print_constant_terse_with_index (out, jcf, method_index, \
H A Djava-tree.h1073 extern void set_method_index (tree decl, tree method_index);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c1454 int method_index = 0; local
1472 method_index++;
1474 method_index *= int_size_in_bytes (method_type_node);
1476 ref, build_int_2 (method_index, 0)));
1517 int method_index = TREE_INT_CST_LOW (DECL_VINDEX (method)); local
1520 method_index += 2;
1521 method_index
1524 dtable, build_int_2 (method_index, 0)));
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2706 method_index(const std::string& name) const;
H A Dtypes.cc7252 Interface_type::method_index(const std::string& name) const function in class:Interface_type

Completed in 110 milliseconds