Home
last modified time | relevance | path

Searched refs:last_label (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c148 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
149 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
2095 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2096 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeSPARC_common.c1220 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1221 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.h370 struct sljit_label *last_label; member
H A DsljitNativeARM_64.c1612 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1613 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.c660 if (compiler->last_label) in set_label()
661 compiler->last_label->next = label; in set_label()
664 compiler->last_label = label; in set_label()
H A DsljitNativeMIPS_common.c1585 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1586 return compiler->last_label; in sljit_emit_label()
H A DsljitNativePPC_common.c1797 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1798 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeARM_T2_32.c1792 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1793 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeTILEGX_64.c2305 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2306 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeX86_common.c2458 if (compiler->last_label && compiler->last_label->size == compiler->size)
2459 return compiler->last_label;

Completed in 72 milliseconds