Home
last modified time | relevance | path

Searched refs:sljit_memory_fragment (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.h268 struct sljit_memory_fragment { struct
269 struct sljit_memory_fragment *next; argument
308 struct sljit_memory_fragment *buf;
309 struct sljit_memory_fragment *abuf;
DsljitLir.c357 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE); in sljit_create_compiler()
358 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE); in sljit_create_compiler()
415 struct sljit_memory_fragment *buf; in sljit_free_compiler()
416 struct sljit_memory_fragment *curr; in sljit_free_compiler()
483 struct sljit_memory_fragment *new_frag; in ensure_buf()
486 …->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_buf()
491 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE); in ensure_buf()
502 struct sljit_memory_fragment *new_frag; in ensure_abuf()
505 …>used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_abuf()
510 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE); in ensure_abuf()
[all …]
DsljitNativeSPARC_common.c273 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_64.c209 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_T2_32.c344 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeMIPS_common.c361 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativePPC_common.c319 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_32.c556 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeTILEGX_64.c999 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeX86_common.c447 struct sljit_memory_fragment *buf; in sljit_generate_code()