Searched refs:CONST_POOL_EMPTY (Results 1 – 1 of 1) sorted by relevance
55 #define CONST_POOL_EMPTY 0xffffffff macro181 compiler->cpool_diff = CONST_POOL_EMPTY; in push_cpool()190 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst()208 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst_with_literal()245 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_literal()253 …if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_d… in push_inst_with_unique_literal()265 if (compiler->cpool_diff == CONST_POOL_EMPTY) in push_inst_with_unique_literal()273 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in prepare_blx()281 …SLJIT_ASSERT(compiler->cpool_diff == CONST_POOL_EMPTY || compiler->size - compiler->cpool_diff < M… in emit_blx()
Completed in 10 milliseconds