Home
last modified time | relevance | path

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

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dconstants.c35 static int find_tree_constant (CPool *, int, tree);
40 static CPool *cpool_for_class (tree);
80 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
129 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
152 find_class_constant (CPool *cpool, tree type) in find_class_constant()
161 find_string_constant (CPool *cpool, tree string) in find_string_constant()
184 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
197 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
227 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
332 static CPool *
[all …]
H A Djava-tree.h244 typedef struct CPool constant_pool;
1081 struct CPool * cpool;
1280 extern int find_constant1 (struct CPool *, int, jword);
1281 extern int find_constant2 (struct CPool *, int, jword, jword);
1283 extern int find_utf8_constant (struct CPool *, tree);
1284 extern int find_string_constant (struct CPool *, tree);
1285 extern int find_class_constant (struct CPool *, tree);
1286 extern int find_fieldref_index (struct CPool *, tree);
1287 extern int find_methodref_index (struct CPool *, tree);
1289 extern void write_constant_pool (struct CPool *, unsigned char *, int);
[all …]
H A Djcf.h86 typedef struct CPool GTY(()) {
98 } CPool; typedef
121 CPool cpool;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dconstants.c35 static int find_tree_constant (CPool *, int, tree);
40 static CPool *cpool_for_class (tree);
80 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
129 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
152 find_class_constant (CPool *cpool, tree type) in find_class_constant()
161 find_string_constant (CPool *cpool, tree string) in find_string_constant()
184 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
197 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
227 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
332 static CPool *
[all …]
H A Djava-tree.h244 typedef struct CPool constant_pool;
1081 struct CPool * cpool;
1280 extern int find_constant1 (struct CPool *, int, jword);
1281 extern int find_constant2 (struct CPool *, int, jword, jword);
1283 extern int find_utf8_constant (struct CPool *, tree);
1284 extern int find_string_constant (struct CPool *, tree);
1285 extern int find_class_constant (struct CPool *, tree);
1286 extern int find_fieldref_index (struct CPool *, tree);
1287 extern int find_methodref_index (struct CPool *, tree);
1289 extern void write_constant_pool (struct CPool *, unsigned char *, int);
[all …]
H A Djcf.h86 typedef struct CPool GTY(()) {
98 } CPool; typedef
121 CPool cpool;
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dconstants.c36 static int find_tree_constant (CPool *, int, tree);
76 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
125 find_utf8_constant (CPool *cpool, tree name) in find_utf8_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()
180 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
193 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
223 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
330 CPool *
333 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
[all …]
H A Djava-tree.h134 typedef struct CPool constant_pool;
892 struct CPool *cpool;
1085 extern struct CPool *cpool_for_class (tree);
1120 extern int find_constant1 (struct CPool *, int, jword);
1121 extern int find_constant2 (struct CPool *, int, jword, jword);
1123 extern int find_utf8_constant (struct CPool *, tree);
1124 extern int find_string_constant (struct CPool *, tree);
1125 extern int find_class_constant (struct CPool *, tree);
1126 extern int find_fieldref_index (struct CPool *, tree);
1127 extern int find_methodref_index (struct CPool *, tree);
[all …]
H A Djcf.h76 typedef struct GTY(()) CPool { struct
88 } CPool; typedef
121 CPool cpool;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dconstants.c36 static int find_tree_constant (CPool *, int, tree);
76 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
125 find_utf8_constant (CPool *cpool, tree name) in find_utf8_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()
180 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
193 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
223 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
330 CPool *
333 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
[all …]
H A Djava-tree.h134 typedef struct CPool constant_pool;
892 struct CPool *cpool;
1085 extern struct CPool *cpool_for_class (tree);
1120 extern int find_constant1 (struct CPool *, int, jword);
1121 extern int find_constant2 (struct CPool *, int, jword, jword);
1123 extern int find_utf8_constant (struct CPool *, tree);
1124 extern int find_string_constant (struct CPool *, tree);
1125 extern int find_class_constant (struct CPool *, tree);
1126 extern int find_fieldref_index (struct CPool *, tree);
1127 extern int find_methodref_index (struct CPool *, tree);
[all …]
H A Djcf.h76 typedef struct GTY(()) CPool { struct
88 } CPool; argument
121 CPool cpool;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dconstants.c37 static int find_tree_constant (CPool *, int, tree);
80 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
129 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
152 find_class_constant (CPool *cpool, tree type) in find_class_constant()
161 find_string_constant (CPool *cpool, tree string) in find_string_constant()
184 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
197 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
227 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
334 CPool *
337 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
[all …]
H A Djava-tree.h135 typedef struct CPool constant_pool;
878 struct CPool *cpool;
1071 extern struct CPool *cpool_for_class (tree);
1106 extern int find_constant1 (struct CPool *, int, jword);
1107 extern int find_constant2 (struct CPool *, int, jword, jword);
1109 extern int find_utf8_constant (struct CPool *, tree);
1110 extern int find_string_constant (struct CPool *, tree);
1111 extern int find_class_constant (struct CPool *, tree);
1112 extern int find_fieldref_index (struct CPool *, tree);
1113 extern int find_methodref_index (struct CPool *, tree);
[all …]
H A Djcf.h76 typedef struct GTY(()) CPool { struct
88 } CPool; argument
121 CPool cpool;
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dconstants.c35 static int find_tree_constant (CPool *, int, tree);
78 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
127 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
150 find_class_constant (CPool *cpool, tree type) in find_class_constant()
159 find_string_constant (CPool *cpool, tree string) in find_string_constant()
182 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
195 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
225 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
332 CPool *
335 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
[all …]
H A Djava-tree.h135 typedef struct CPool constant_pool;
878 struct CPool *cpool;
1071 extern struct CPool *cpool_for_class (tree);
1106 extern int find_constant1 (struct CPool *, int, jword);
1107 extern int find_constant2 (struct CPool *, int, jword, jword);
1109 extern int find_utf8_constant (struct CPool *, tree);
1110 extern int find_string_constant (struct CPool *, tree);
1111 extern int find_class_constant (struct CPool *, tree);
1112 extern int find_fieldref_index (struct CPool *, tree);
1113 extern int find_methodref_index (struct CPool *, tree);
[all …]
H A Djcf.h76 typedef struct GTY(()) CPool { struct
88 } CPool; argument
121 CPool cpool;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dconstants.c35 static int find_tree_constant (CPool *, int, tree);
78 find_constant1 (CPool *cpool, int tag, jword value) in find_constant1()
127 find_utf8_constant (CPool *cpool, tree name) in find_utf8_constant()
150 find_class_constant (CPool *cpool, tree type) in find_class_constant()
159 find_string_constant (CPool *cpool, tree string) in find_string_constant()
182 find_fieldref_index (CPool *cpool, tree decl) in find_fieldref_index()
195 find_methodref_index (CPool *cpool, tree decl) in find_methodref_index()
225 count_constant_pool_bytes (CPool *cpool) in count_constant_pool_bytes()
332 CPool *
335 CPool *cpool = TYPE_CPOOL (klass); in cpool_for_class()
[all …]
H A Djava-tree.h135 typedef struct CPool constant_pool;
878 struct CPool *cpool;
1071 extern struct CPool *cpool_for_class (tree);
1106 extern int find_constant1 (struct CPool *, int, jword);
1107 extern int find_constant2 (struct CPool *, int, jword, jword);
1109 extern int find_utf8_constant (struct CPool *, tree);
1110 extern int find_string_constant (struct CPool *, tree);
1111 extern int find_class_constant (struct CPool *, tree);
1112 extern int find_fieldref_index (struct CPool *, tree);
1113 extern int find_methodref_index (struct CPool *, tree);
[all …]
H A Djcf.h76 typedef struct GTY(()) CPool { struct
88 } CPool; argument
121 CPool cpool;
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dhstring.cpp315 class CPool class
323 CPool(void) : in CPool() function in CPool
330 ~CPool(void) in ~CPool()
367 bool operator== (const CPool &pool) const in operator ==()
401 CPool &TheDebugPool(void);
402 CPool &ThePool(void);
440 CPool &TheDebugPool(void) in TheDebugPool()
442 static CPool theDebugPool; in TheDebugPool()
449 CPool &ThePool(void) in ThePool()
451 static CPool thePool; in ThePool()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/conn/
H A DCPool.java44 class CPool extends AbstractConnPool<HttpRoute, ManagedHttpClientConnection, CPoolEntry> { class
48 public HttpClientAndroidLog log = new HttpClientAndroidLog(CPool.class);
52 public CPool( in CPool() method in CPool
H A DPoolingHttpClientConnectionManager.java93 private final CPool pool;
149 this.pool = new CPool( in PoolingHttpClientConnectionManager()
157 final CPool pool, in PoolingHttpClientConnectionManager()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/conn/
H A DCPool.java44 class CPool extends AbstractConnPool<HttpRoute, ManagedHttpClientConnection, CPoolEntry> { class
48 public HttpClientAndroidLog log = new HttpClientAndroidLog(CPool.class);
52 public CPool( in CPool() method in CPool

12