Lines Matching refs:CPool

35 static void set_constant_entry (CPool *, int, int, jword);
36 static int find_tree_constant (CPool *, int, tree);
37 static int find_name_and_type_constant (CPool *, tree, tree);
43 set_constant_entry (CPool *cpool, int index, int tag, jword value) in set_constant_entry()
76 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
92 find_constant2 (CPool *cpool, int tag, jword word1, jword word2) in find_constant2()
109 find_tree_constant (CPool *cpool, int tag, tree value) in find_tree_constant()
125 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
133 find_class_or_string_constant (CPool *cpool, int tag, tree name) in find_class_or_string_constant()
148 find_class_constant (CPool *cpool, tree type) in find_class_constant()
157 find_string_constant (CPool *cpool, tree string) in find_string_constant()
168 find_name_and_type_constant (CPool *cpool, tree name, tree type) in find_name_and_type_constant()
180 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
193 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
199 find_methodref_with_class_index (CPool *cpool, tree decl, tree mclass) in find_methodref_with_class_index()
223 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
268 write_constant_pool (CPool *cpool, unsigned char *buffer, int length) in write_constant_pool()
330 CPool *
333 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
337 cpool = ggc_cleared_alloc<CPool> (); in cpool_for_class()
352 CPool *outgoing_cpool = cpool_for_class (output_class); in alloc_name_constant()
362 find_name_and_type_constant_tree (CPool *cpool, tree name, tree type) in find_name_and_type_constant_tree()
380 CPool *outgoing_cpool = cpool_for_class (klass); in alloc_constant_fieldref()
499 CPool *outgoing_cpool = cpool_for_class (current_class); in build_constants_constructor()