Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c353 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_create_compiler()
354 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data); in sljit_create_compiler()
413 struct sljit_memory_fragment *buf; in sljit_free_compiler()
414 struct sljit_memory_fragment *curr; in sljit_free_compiler()
489 struct sljit_memory_fragment *new_frag; in ensure_buf()
492 …->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_buf()
497 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data); in ensure_buf()
508 struct sljit_memory_fragment *new_frag; in ensure_abuf()
511 …>used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_abuf()
516 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data); in ensure_abuf()
[all …]
DsljitLir.h270 struct sljit_memory_fragment { struct
271 struct sljit_memory_fragment *next; argument
311 struct sljit_memory_fragment *buf;
312 struct sljit_memory_fragment *abuf;
DsljitNativeSPARC_common.c277 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_64.c208 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_T2_32.c344 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeARM_32.c558 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeMIPS_common.c361 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativePPC_common.c323 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeTILEGX_64.c998 struct sljit_memory_fragment *buf; in sljit_generate_code()
DsljitNativeX86_common.c473 struct sljit_memory_fragment *buf; in sljit_generate_code()