OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPOOL_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
142
SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <=
CPOOL_SIZE
);
185
sljit_uw cpool_index =
CPOOL_SIZE
;
206
if (cpool_index ==
CPOOL_SIZE
) {
208
if (compiler->cpool_fill <
CPOOL_SIZE
) {
235
if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >=
CPOOL_SIZE
))
238
SLJIT_ASSERT(compiler->cpool_fill <
CPOOL_SIZE
&& (inst & 0xfff) == 0);
267
static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw
cpool_size
)
273
sljit_uw* clear_const_pool_end = const_pool +
cpool_size
;
289
SLJIT_ASSERT(ind <
cpool_size
&& !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
578
sljit_uw
cpool_size
;
local in function:sljit_generate_code
[
all
...]
sljitLir.c
144
# define
CPOOL_SIZE
512
411
compiler->cpool = (sljit_uw*)SLJIT_MALLOC(
CPOOL_SIZE
* sizeof(sljit_uw)
412
+
CPOOL_SIZE
* sizeof(sljit_u8), allocator_data);
419
compiler->cpool_unique = (sljit_u8*)(compiler->cpool +
CPOOL_SIZE
);
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025