Searched refs:cpool (Results 1 – 3 of 3) sorted by relevance
154 cpool_ptr = compiler->cpool; in push_cpool()192 cpool_ptr = compiler->cpool; in push_inst_with_literal()197 cpool_index = cpool_ptr - compiler->cpool; in push_inst_with_literal()224 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()243 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()714 buf_ptr = compiler->cpool; in sljit_generate_code()
381 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()383 if (!compiler->cpool) { in sljit_create_compiler()389 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()433 SLJIT_FREE(compiler->cpool, allocator_data); in sljit_free_compiler()
343 sljit_uw *cpool; member
Completed in 22 milliseconds