Home
last modified time | relevance | path

Searched refs:CPool (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c42 CPool *cpool; in set_constant_entry()
72 CPool *cpool; in find_constant1()
91 CPool *cpool; in find_constant2()
111 CPool *cpool; in find_utf8_constant()
121 CPool *cpool; in find_class_or_string_constant()
139 CPool *cpool; in find_class_constant()
150 CPool *cpool; in find_string_constant()
163 CPool *cpool; in find_name_and_type_constant()
178 CPool *cpool; in find_fieldref_index()
193 CPool *cpool; in find_methodref_index()
[all …]
H A Djava-tree.h231 typedef struct CPool constant_pool;
687 extern struct CPool *outgoing_cpool;
1072 struct CPool * GTY ((skip (""))) cpool;
1254 extern int find_constant1 PARAMS ((struct CPool *, int, jword));
1255 extern int find_constant2 PARAMS ((struct CPool *, int, jword, jword));
1257 extern int find_utf8_constant PARAMS ((struct CPool *, tree));
1258 extern int find_string_constant PARAMS ((struct CPool *, tree));
1259 extern int find_class_constant PARAMS ((struct CPool *, tree));
1260 extern int find_fieldref_index PARAMS ((struct CPool *, tree));
1261 extern int find_methodref_index PARAMS ((struct CPool *, tree));
[all …]
H A Djcf.h105 typedef struct CPool { struct
116 } CPool; argument
136 CPool cpool;
H A Djcf-parse.c116 CPool *cpool = &jcf->cpool;
715 outgoing_cpool = xmalloc (sizeof (struct CPool)); in init_outgoing_cpool()
716 memset (outgoing_cpool, 0, sizeof (struct CPool)); in init_outgoing_cpool()
H A Djcf-write.c239 CPool cpool;
H A DChangeLog12907 the CPool structure, the tree_constant_pool, and the constructures
12913 modified to the CPool structure in the JCF could be used.
12914 Second, a "capacity" field was added to the CPool, and functions
12916 The code that generated the Class object was changed to use a CPool.
12932 * jcf.h (CPool): Renamed size to count. Added field capacity.
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp188 ConstpoolOp CPool; member
208 CPool = o.CPool; in CSKYOperand()
424 return CPool.Val; in getConstpoolOp()
546 Op->CPool.Val = Val; in createConstpoolOp()