Home
last modified time | relevance | path

Searched refs:allowgc (Results 1 – 5 of 5) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dhashtabl.d1360 GCTRIGGER_IF(allowgc, GCTRIGGER2(ht,obj)); in hash_lookup_builtin()
1367 if (allowgc) { in hash_lookup_builtin()
1382 if (allowgc in hash_lookup_builtin()
1421 GCTRIGGER_IF(allowgc, GCTRIGGER2(ht,obj)); in hash_lookup_builtin_with_rehash()
1427 if (allowgc) { in hash_lookup_builtin_with_rehash()
1461 ASSERT(allowgc); in hash_lookup_user()
1511 lookupfn(ht)(ht,obj,allowgc,KVptr_,Iptr_)
2216 GCTRIGGER_IF(allowgc, GCTRIGGER2(obj,ht)); in gethash()
2219 if (hash_lookup(ht,obj,allowgc,&KVptr,&Iptr)) in gethash()
2290 GCTRIGGER_IF(allowgc, GCTRIGGER3(ht,obj,value)); in shifthash()
[all …]
H A Dpseudofun.d70 XPSEUDOCODE(bool, hash_lookup_builtin, (object ht, object obj, bool allowgc, gcv_object_t** KVptr_,…
72 XPSEUDOCODE(bool, hash_lookup_builtin_with_rehash, (object ht, object obj, bool allowgc, gcv_object…
74 XPSEUDOCODE(bool, hash_lookup_user, (object ht, object obj, bool allowgc, gcv_object_t** KVptr_, gc…
H A Darray.d584 object element, bool allowgc) { in storagevector_store() argument
585 GCTRIGGER_IF(allowgc, GCTRIGGER2(datenvektor,element)); in storagevector_store()
675 else if (allowgc) { in storagevector_store()
692 else if (allowgc) { in storagevector_store()
H A Dlispbibl.d8663 …extern bool hash_lookup_builtin (object ht, object obj, bool allowgc, gcv_object_t** KVptr_, gcv_o…
8664 …extern bool hash_lookup_builtin_with_rehash (object ht, object obj, bool allowgc, gcv_object_t** K…
17007 extern /*maygc*/ object gethash (object obj, object ht, bool allowgc);
17009 %% exportF(object,gethash,(object obj, object ht, bool allowgc));
17021 extern /*maygc*/ object shifthash (object ht, object obj, object value, bool allowgc);
H A DChangeLog29409 * lispbibl.d (shifthash): Add allowgc argument.
29410 * hashtabl.d (shifthash): Add allowgc argument.
29417 (convert_function_to_foreign): Pass allowgc = true.
29418 (free_foreign_callin): Pass allowgc = false.
29555 * lispbibl.d (gethash): Add allowgc argument.
29561 (MAKE-HASH-TABLE): Pass allowgc = true.
29562 (gethash): Add allowgc argument.
29565 has a user-defined test. Pass allowgc = false.
29574 (CLOS::%INITIALIZE-INSTANCE): Pass allowgc = true.
29575 (CLOS::%MAKE-INSTANCE): Pass allowgc = false.
[all …]