Home
last modified time | relevance | path

Searched refs:JPOOL_USHORT1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dgjavah.c370 int name_index = JPOOL_USHORT1 (jcf, index);
1070 name = JPOOL_USHORT1 (jcf, name_and_type);
1091 JPOOL_USHORT1 (jcf, jcf->this_class));
1655 int name_index = JPOOL_USHORT1 (jcf, index);
1673 int name_index = JPOOL_USHORT1 (jcf, index);
1714 int supername_index = JPOOL_USHORT1 (derived_jcf, derived_jcf->super_class);
1966 int name_index = JPOOL_USHORT1 (jcf, self);
Djcf-parse.c179 tree name = get_name_constant (jcf, JPOOL_USHORT1 (jcf, index)); \
325 tree name = get_name_constant (jcf, JPOOL_USHORT1 (jcf, index));
426 int j = JPOOL_USHORT1 (jcf, i);
454 int name_index = JPOOL_USHORT1 (jcf, i); in get_class_constant()
Djcf-dump.c431 n = JPOOL_USHORT1 (jcf, index);
457 uint16 tclass = JPOOL_USHORT1 (jcf, index);
474 j = JPOOL_USHORT1 (jcf, index);
599 uint16 name = JPOOL_USHORT1 (jcf, index);
Djcf-io.c691 n = JPOOL_USHORT1 (jcf, i);
699 n = JPOOL_USHORT1 (jcf, i);
Djcf.h154 #define JPOOL_USHORT1(JCF, INDEX) CPOOL_USHORT1(&(JCF)->cpool, INDEX) macro
Dexpr.c2957 name = get_name_constant (jcf, JPOOL_USHORT1 (jcf, index));