Searched refs:jb (Results 1 – 25 of 25) sorted by relevance
33 jmp_buf jb; in TEST() local34 if ((value = setjmp(jb)) == 0) { in TEST()35 longjmp(jb, 123); in TEST()44 jmp_buf jb; in TEST() local45 if ((value = _setjmp(jb)) == 0) { in TEST()46 _longjmp(jb, 456); in TEST()55 sigjmp_buf jb; in TEST() local56 if ((value = sigsetjmp(jb, 0)) == 0) { in TEST()57 siglongjmp(jb, 789); in TEST()66 sigjmp_buf jb; in TEST() local[all …]
425 jb L(return_null)438 jb L(return_null)454 jb L(return_null)467 jb L(return_null)479 jb L(return_null)486 jb L(return_null)493 jb L(return_null)500 jb L(return_null)507 jb L(return_null)514 jb L(return_null)[all …]
454 jb L(return_start_len)467 jb L(return_start_len)483 jb L(return_start_len)496 jb L(return_start_len)503 jb L(return_start_len)510 jb L(return_start_len)517 jb L(return_start_len)524 jb L(return_start_len)531 jb L(return_start_len)538 jb L(return_start_len)[all …]
133 jb L(continue_0)135 jb L(continue_16)137 jb L(continue_32)143 jb L(continue_0_48)145 jb L(continue_16_48)147 jb L(continue_32_48)210 jb L(continue_0_0)212 jb L(continue_0_16)214 jb L(continue_0_32)293 jb L(continue_00_0)[all …]
140 jb L(copy_forward)151 jb L(copy_backward)161 jb L(bk_write)227 jb L(shl_0_end)235 jb L(shl_0_end)243 jb L(shl_0_end)320 jb L(shl_0_cache_less_32bytes)331 jb L(shl_0_cache_less_16bytes)391 jb L(shl_0_mem_less_32bytes)402 jb L(shl_0_mem_less_16bytes)[all …]
828 jb L(CopyFrom1To16BytesExit)839 jb L(CopyFrom1To16BytesExit)847 jb L(CopyFrom1To16BytesExit)853 jb L(CopyFrom1To16BytesExit)1898 jb L(StrncpyFillLess64)1943 jb L(CopyFrom1To16BytesCase3)1946 jb L(CopyFrom1To16BytesCase3)1949 jb L(CopyFrom1To16BytesCase3)1992 jb L(CopyFrom1To16BytesExit)2006 jb L(CopyFrom1To16BytesCase3)[all …]
118 jb L(4bytesless)122 jb L(8bytesless)203 jb L(128bytesless_normal)263 jb L(shared_cache_loop_end)
445 jb L(mm_main_loop_backward)534 jb L(mm_large_page_loop_backward)
155 jb L(less8bytes)157 jb L(less8bytes)254 jb L(0bytesend)
281 jb L(128bytesless_normal)344 jb L(shared_cache_loop_end)
143 jb L(StrncpyExit15Bytes)
148 jb L(StrncpyExit15Bytes)
148 jb L(StrncpyExit15Bytes)2847 jb L(StrncpyFillLess64)
125 jb L(less16bytes_sncmp)
137 jb L(zero)
97 jmp_buf* jb = reinterpret_cast<jmp_buf*>(pthread_getspecific(jmp_data_key_)); in LogReader() local98 if (jb != nullptr) { in LogReader()103 longjmp(*jb, 1); in LogReader()122 jmp_buf* jb = reinterpret_cast<jmp_buf*>(malloc(sizeof(jmp_buf))); in LogReader() local123 if (jb == nullptr) { in LogReader()127 pthread_setspecific(jmp_data_key_, jb); in LogReader()128 if (setjmp(*jb) != 0) { in LogReader()
54 jb 1f
57 jb 1f
59 jb 1f
52 jb 1f
177 jmp_buf jb; in check_longjmp_restores_tags() local178 if ((value = setjmp(jb)) == 0) { in check_longjmp_restores_tags()179 settag_and_longjmp(jb); in check_longjmp_restores_tags()
499 jb L(CopyFrom1To16BytesExit)509 jb L(CopyFrom1To16BytesExit)516 jb L(CopyFrom1To16BytesExit)522 jb L(CopyFrom1To16BytesExit)1701 jb L(StrncpyFillLess64)1749 jb L(CopyFrom1To16BytesCase3)1752 jb L(CopyFrom1To16BytesCase3)1755 jb L(CopyFrom1To16BytesCase3)1812 jb L(CopyFrom1To16BytesExit)
435 jb L(mm_main_loop_backward)512 jb L(mm_large_page_loop_backward)
148 jb L(less32bytesin64)224 jb L(less32bytesin128)335 jb L(less32bytesin256)461 jb L(less32bytesin64in2alinged)538 jb L(less32bytesin128in2aligned)651 jb L(less32bytesin256in2alinged)
38 jb L(strcmp_exitz); \