Searched refs:exit_label_for_testing (Results 1 – 2 of 2) sorted by relevance
153 if (as->exit_label_for_testing()) { in EmitRecoveryLabels()154 as->Jmp(*as->exit_label_for_testing()); in EmitRecoveryLabels()264 if (as->exit_label_for_testing()) { in Emit()266 as->Jmp(*as->exit_label_for_testing()); in Emit()289 if (as->exit_label_for_testing()) { in Emit()291 as->Jmp(*as->exit_label_for_testing()); in Emit()
78 [[nodiscard]] const Label* exit_label_for_testing() const { return exit_label_for_testing_; } in exit_label_for_testing() function