Home
last modified time | relevance | path

Searched refs:S_cons_in (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dflushcache.c62 CODERANGESTOFLUSH(tc) = S_cons_in(space_new, 0, make_mod_range(addr, end), ls); in S_record_code_mod()
H A Dgc.c321 …S_G.rtds_with_counts[grtd] = S_cons_in((grtd == 0 ? space_new : space_impure), grtd, rtd, S_G.rtds… in copy()
414 tlcs_to_rehash = S_cons_in(space_new, 0, p, tlcs_to_rehash); in copy()
1030 new_end = S_cons_in(space_impure, 0, FIX(0), FIX(0)); in GCENTRY_PROTO()
1175 lsls = S_cons_in(space_new, 0, S_G.rtds_with_counts[g], lsls); in GCENTRY_PROTO()
1186 … S_G.rtds_with_counts[newg] = S_cons_in(space_impure, newg, p, S_G.rtds_with_counts[newg]); in GCENTRY_PROTO()
1204 newls = S_cons_in(space_impure, newg, FIX(pid), newls); in GCENTRY_PROTO()
1267 S_G.locked_objects[newg] = S_cons_in(space_impure, newg, x, S_G.locked_objects[newg]); in GCENTRY_PROTO()
H A Dfasl.c801 keyval = S_cons_in(space_weakpair, 0, FIX(0), FIX(0)); in faslin()
805 keyval = S_cons_in(space_ephemeron, 0, FIX(0), FIX(0)); in faslin()
923 *x = S_cons_in(space_weakpair, 0, FIX(0), FIX(0)); in faslin()
928 *x = S_cons_in(space_ephemeron, 0, FIX(0), FIX(0)); in faslin()
H A Dalloc.c418 ptr S_cons_in(s, g, car, cdr) ISPC s; IGEN g; ptr car, cdr; { in S_cons_in() function
860 p = S_cons_in(space_weakpair, 0, car, cdr); in S_weak_cons()
H A Dthread.c114 S_threads = S_cons_in(space_new, 0, thread, S_threads);
H A Dgcwrapper.c241 …S_G.locked_objects[g] = S_cons_in((g == 0 ? space_new : space_impure), g, x, S_G.locked_objects[g]…
263 …S_G.unlocked_objects[g] = S_cons_in((g == 0 ? space_new : space_impure), g, x, S_G.unlocked_object…
H A Dexterns.h78 extern ptr S_cons_in PROTO((ISPC s, IGEN g, ptr car, ptr cdr));
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dflushcache.c62 CODERANGESTOFLUSH(tc) = S_cons_in(tc, space_new, 0, make_mod_range(tc, addr, end), ls); in S_record_code_mod()
H A Dgc.c364 S_G.gcbackreference[TG] = S_cons_in(tgc->tc, space_impure, TG, \
365 S_cons_in(tgc->tc, space_impure, TG, p, from_p), \
1165 p = S_cons_in(tc, space_new, 0, FIX(total-prev_total), Snil); in GCENTRY()
1212 locked_objects = S_cons_in(tc, space_impure, tg, p, locked_objects); in GCENTRY()
1414 new_end = S_cons_in(tc, space_impure, 0, FIX(0), FIX(0)); in GCENTRY()
1611 … S_G.rtds_with_counts[newg] = S_cons_in(tc, space_impure, newg, p, S_G.rtds_with_counts[newg]); in GCENTRY()
1618 … S_G.rtds_with_counts[newg] = S_cons_in(tc, space_impure, newg, p, S_G.rtds_with_counts[newg]); in GCENTRY()
1639 newls = S_cons_in(tc, space_impure, newg, FIX(pid), newls); in GCENTRY()
3287 measured_seginfos = S_cons_in(tgc->tc, space_new, 0, TO_PTR(si), measured_seginfos); in init_measure_mask()
H A Dthread.c162 S_threads = S_cons_in(tc, space_new, 0, thread, S_threads);
H A Dalloc.c575 ptr S_cons_in(tc, s, g, car, cdr) ptr tc; ISPC s; IGEN g; ptr car, cdr; { in S_cons_in() function
1081 return S_cons_in(tc, space_weakpair, 0, car, cdr); in S_weak_cons()
H A Dgcwrapper.c313 …S_G.locked_objects[g] = S_cons_in(tc, (g == 0 ? space_new : space_impure), g, x, S_G.locked_object…
336 …S_G.unlocked_objects[g] = S_cons_in(tc, (g == 0 ? space_new : space_impure), g, x, S_G.unlocked_ob…
H A Dexterns.h82 extern ptr S_cons_in PROTO((ptr tc, ISPC s, IGEN g, ptr car, ptr cdr));
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dflushcache.c62 CODERANGESTOFLUSH(tc) = S_cons_in(tc, space_new, 0, make_mod_range(tc, addr, end), ls); in S_record_code_mod()
H A Dgc.c364 S_G.gcbackreference[TG] = S_cons_in(tgc->tc, space_impure, TG, \
365 S_cons_in(tgc->tc, space_impure, TG, p, from_p), \
1165 p = S_cons_in(tc, space_new, 0, FIX(total-prev_total), Snil); in GCENTRY()
1212 locked_objects = S_cons_in(tc, space_impure, tg, p, locked_objects); in GCENTRY()
1414 new_end = S_cons_in(tc, space_impure, 0, FIX(0), FIX(0)); in GCENTRY()
1611 … S_G.rtds_with_counts[newg] = S_cons_in(tc, space_impure, newg, p, S_G.rtds_with_counts[newg]); in GCENTRY()
1618 … S_G.rtds_with_counts[newg] = S_cons_in(tc, space_impure, newg, p, S_G.rtds_with_counts[newg]); in GCENTRY()
1639 newls = S_cons_in(tc, space_impure, newg, FIX(pid), newls); in GCENTRY()
3287 measured_seginfos = S_cons_in(tgc->tc, space_new, 0, TO_PTR(si), measured_seginfos); in init_measure_mask()
H A Dthread.c162 S_threads = S_cons_in(tc, space_new, 0, thread, S_threads);
H A Dalloc.c575 ptr S_cons_in(tc, s, g, car, cdr) ptr tc; ISPC s; IGEN g; ptr car, cdr; { in S_cons_in() function
1081 return S_cons_in(tc, space_weakpair, 0, car, cdr); in S_weak_cons()
H A Dgcwrapper.c313 …S_G.locked_objects[g] = S_cons_in(tc, (g == 0 ? space_new : space_impure), g, x, S_G.locked_object…
336 …S_G.unlocked_objects[g] = S_cons_in(tc, (g == 0 ? space_new : space_impure), g, x, S_G.unlocked_ob…
H A Dexterns.h82 extern ptr S_cons_in PROTO((ptr tc, ISPC s, IGEN g, ptr car, ptr cdr));
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/boot/pb/
H A Dgc-oce.inc79 …S_G.rtds_with_counts[grtd] = S_cons_in(tgc -> tc, ((grtd <= MAX_CG) ? space_new : space_impure), (…
254 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
542 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3136 …S_G.rtds_with_counts[grtd] = S_cons_in(tgc -> tc, ((grtd <= MAX_CG) ? space_new : space_impure), (…
3431 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3643 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);
H A Dgc-ocd.inc173 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
433 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3222 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3418 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);
H A Dgc-par.inc173 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
418 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3268 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3459 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);
/dports/lang/racket/racket-8.3/src/ChezScheme/boot/pb/
H A Dgc-oce.inc79 …S_G.rtds_with_counts[grtd] = S_cons_in(tgc -> tc, ((grtd <= MAX_CG) ? space_new : space_impure), (…
254 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
542 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3136 …S_G.rtds_with_counts[grtd] = S_cons_in(tgc -> tc, ((grtd <= MAX_CG) ? space_new : space_impure), (…
3431 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3643 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);
H A Dgc-ocd.inc173 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
433 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3222 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3418 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);
H A Dgc-par.inc173 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, new_p, tlcs_to_rehash);
418 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, new_p, conts_to_promote);
3268 tlcs_to_rehash = S_cons_in(tgc -> tc, space_new, 0, p, tlcs_to_rehash);
3459 conts_to_promote = S_cons_in(tgc -> tc, space_new, 0, p, conts_to_promote);

12