Searched refs:CONST_POOL_EMPTY (Results 1 – 1 of 1) sorted by relevance
58 #define CONST_POOL_EMPTY 0xffffffff macro243 compiler->cpool_diff = CONST_POOL_EMPTY; in push_cpool()252 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst()270 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst_with_literal()307 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_literal()316 …if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_d… in push_inst_with_unique_literal()328 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_unique_literal()336 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in prepare_blx()344 …SLJIT_ASSERT(compiler->cpool_diff == CONST_POOL_EMPTY || compiler->size - compiler->cpool_diff < M… in emit_blx()
Completed in 15 milliseconds