Searched refs:entry_label (Results 1 – 1 of 1) sorted by relevance
320 struct sljit_label *entry_label; member9668 entry->entry_label = NULL; in compile_recurse_matchingpath()9682 if (entry->entry_label == NULL) in compile_recurse_matchingpath()9685 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()13501 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()13502 common->currententry->entry_label = LABEL(); in compile_recurse()13503 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
Completed in 43 milliseconds