Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c138 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
2391 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2392 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.h306 struct sljit_label *last_label; member
H A DsljitNativeSPARC_common.c1224 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1225 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.c594 if (compiler->last_label) in set_label()
595 compiler->last_label->next = label; in set_label()
598 compiler->last_label = label; in set_label()
H A DsljitNativeARM_64.c1871 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1872 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeARM_T2_32.c1905 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1906 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeMIPS_common.c1584 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1585 return compiler->last_label; in sljit_emit_label()
H A DsljitNativePPC_common.c2059 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2060 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeTILEGX_64.c2306 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2307 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeX86_common.c2538 if (compiler->last_label && compiler->last_label->size == compiler->size)
2539 return compiler->last_label;

Completed in 111 milliseconds