HomeSort by: relevance | last modified time | path
    Searched refs:cpool (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 155 cpool_ptr = compiler->cpool;
193 cpool_ptr = compiler->cpool;
198 cpool_index = cpool_ptr - compiler->cpool;
225 compiler->cpool[cpool_index] = literal;
244 compiler->cpool[compiler->cpool_fill] = literal;
726 buf_ptr = compiler->cpool;
sljitLir.c 411 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw)
413 if (!compiler->cpool) {
419 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE);
463 SLJIT_FREE(compiler->cpool, allocator_data);
sljitLir.h 350 sljit_uw *cpool; member in struct:sljit_compiler

Completed in 15 milliseconds