Searched refs:cpool (Results 1 – 3 of 3) sorted by relevance
155 cpool_ptr = compiler->cpool; in push_cpool()193 cpool_ptr = compiler->cpool; in push_inst_with_literal()198 cpool_index = cpool_ptr - compiler->cpool; in push_inst_with_literal()225 compiler->cpool[cpool_index] = literal; in push_inst_with_literal()244 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()726 buf_ptr = compiler->cpool; in sljit_generate_code()
411 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()413 if (!compiler->cpool) { in sljit_create_compiler()419 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()463 SLJIT_FREE(compiler->cpool, allocator_data); in sljit_free_compiler()
350 sljit_uw *cpool; member