Searched refs:CONST_POOL_EMPTY (Results 1 – 1 of 1) sorted by relevance
50 #define CONST_POOL_EMPTY 0xffffffff macro162 compiler->cpool_diff = CONST_POOL_EMPTY; in push_cpool()171 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst()189 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst_with_literal()226 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_literal()234 …if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_d… in push_inst_with_unique_literal()246 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_unique_literal()254 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in prepare_blx()262 …SLJIT_ASSERT(compiler->cpool_diff == CONST_POOL_EMPTY || compiler->size - compiler->cpool_diff < M… in emit_blx()
Completed in 17 milliseconds