Home | History | Annotate | Download | only in sljit

Lines Matching refs:const_

572 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler)
574 const_->next = NULL;
575 const_->addr = compiler->size;
577 compiler->last_const->next = const_;
579 compiler->consts = const_;
580 compiler->last_const = const_;