Searched refs:JPOOL_USHORT1 (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | gjavah.c | 370 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);
|
| D | jcf-parse.c | 179 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()
|
| D | jcf-dump.c | 431 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);
|
| D | jcf-io.c | 691 n = JPOOL_USHORT1 (jcf, i); 699 n = JPOOL_USHORT1 (jcf, i);
|
| D | jcf.h | 154 #define JPOOL_USHORT1(JCF, INDEX) CPOOL_USHORT1(&(JCF)->cpool, INDEX) macro
|
| D | expr.c | 2957 name = get_name_constant (jcf, JPOOL_USHORT1 (jcf, index));
|