HomeSort by relevance Sort by last modified time
    Searched refs:cpool_fill (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitNativeARM_32.c 139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1;
141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE);
145 *inst = 0xff000000 | compiler->cpool_fill;
155 cpool_end = cpool_ptr + compiler->cpool_fill;
163 compiler->cpool_fill = 0;
191 else if (compiler->cpool_fill > 0) {
193 cpool_end = cpool_ptr + compiler->cpool_fill;
207 if (compiler->cpool_fill < CPOOL_SIZE) {
208 cpool_index = compiler->cpool_fill;
    [all...]
sljitLir.h 343 sljit_uw cpool_fill; member in struct:sljit_compiler
    [all...]

Completed in 45 milliseconds