Searched refs:cpool (Results 1 – 3 of 3) sorted by relevance
164 cpool_ptr = compiler->cpool; in push_cpool()202 cpool_ptr = compiler->cpool; in push_inst_with_literal()207 cpool_index = cpool_ptr - compiler->cpool; in push_inst_with_literal()234 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()253 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()754 buf_ptr = compiler->cpool; in sljit_generate_code()
424 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()426 if (!compiler->cpool) { in sljit_create_compiler()432 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()476 SLJIT_FREE(compiler->cpool, allocator_data); in sljit_free_compiler()
424 sljit_uw *cpool; member
Completed in 22 milliseconds