Searched defs:cpool (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | constants.c | 41 set_constant_entry (cpool, index, tag, value) in set_constant_entry() argument 71 find_constant1 (cpool, tag, value) in find_constant1() argument 90 find_constant2 (cpool, tag, word1, word2) in find_constant2() argument 110 find_utf8_constant (cpool, name) in find_utf8_constant() argument 120 find_class_or_string_constant (cpool, tag, name) in find_class_or_string_constant() argument 138 find_class_constant (cpool, type) in find_class_constant() argument 149 find_string_constant (cpool, string) in find_string_constant() argument 162 find_name_and_type_constant (cpool, name, type) in find_name_and_type_constant() argument 177 find_fieldref_index (cpool, decl) in find_fieldref_index() argument 192 find_methodref_index (cpool, decl) in find_methodref_index() argument [all …]
|
H A D | jcf-parse.c | 116 CPool *cpool = &jcf->cpool; local
|
H A D | jcf.h | 136 CPool cpool; member
|
H A D | jcf-write.c | 239 CPool cpool; member
|