Searched refs:catchstack_size (Results 1 – 15 of 15) sorted by relevance
338 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_grow()340 if (thr->catchstack_top < thr->catchstack_size) { in duk_hthread_catchstack_grow()344 old_size = thr->catchstack_size; in duk_hthread_catchstack_grow()366 thr->catchstack_size = new_size; in duk_hthread_catchstack_grow()377 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top); in duk_hthread_catchstack_shrink_check()379 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) { in duk_hthread_catchstack_shrink_check()386 …DUK_DD(DUK_DDPRINT("shrinking catchstack %ld -> %ld", (long) thr->catchstack_size, (long) new_size… in duk_hthread_catchstack_shrink_check()397 thr->catchstack_size = new_size; in duk_hthread_catchstack_shrink_check()437 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size); in duk_hthread_catchstack_unwind()
61 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE; in duk_hthread_init_stacks()
306 duk_size_t catchstack_size; /* allocation size */ member
562 DUK__COMMA(); duk_fb_sprintf(fb, "__catchstack_size:%ld", (long) t->catchstack_size); in duk__print_hobject()
3557 DUK_ASSERT(thr->catchstack_top + 1 <= thr->catchstack_size);
3550 DUK_ASSERT(thr->catchstack_top + 1 <= thr->catchstack_size);
6255 duk_size_t catchstack_size; /* allocation size */ member53437 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;54752 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54754 if (thr->catchstack_top < thr->catchstack_size) {54758 old_size = thr->catchstack_size;54780 thr->catchstack_size = new_size;54791 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54793 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {54811 thr->catchstack_size = new_size;54851 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);[all …]
6277 duk_size_t catchstack_size; /* allocation size */ member53542 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;54860 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54862 if (thr->catchstack_top < thr->catchstack_size) {54866 old_size = thr->catchstack_size;54888 thr->catchstack_size = new_size;54899 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54901 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {54919 thr->catchstack_size = new_size;54959 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);[all …]
6272 duk_size_t catchstack_size; /* allocation size */ member53295 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;54614 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54616 if (thr->catchstack_top < thr->catchstack_size) {54620 old_size = thr->catchstack_size;54642 thr->catchstack_size = new_size;54653 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54655 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {54673 thr->catchstack_size = new_size;54713 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);[all …]
6250 duk_size_t catchstack_size; /* allocation size */ member53190 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;54506 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54508 if (thr->catchstack_top < thr->catchstack_size) {54512 old_size = thr->catchstack_size;54534 thr->catchstack_size = new_size;54545 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);54547 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {54565 thr->catchstack_size = new_size;54605 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);[all …]
9367 duk_size_t catchstack_size; /* allocation size */ member55402 thr->catchstack_size = DUK_CATCHSTACK_INITIAL_SIZE;56555 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);56557 if (thr->catchstack_top < thr->catchstack_size) {56561 old_size = thr->catchstack_size;56583 thr->catchstack_size = new_size;56594 DUK_ASSERT(thr->catchstack_size >= thr->catchstack_top);56596 if (thr->catchstack_size - thr->catchstack_top < DUK_CATCHSTACK_SHRINK_THRESHOLD) {56614 thr->catchstack_size = new_size;56654 DUK_ASSERT((duk_size_t) idx < thr->catchstack_size);[all …]