Home
last modified time | relevance | path

Searched refs:Is_in_heap (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dweak.c52 return Is_block (x) && Is_in_heap (x) && Is_white_val(x); in Is_Dead_during_clean()
56 return Is_block (x) && Is_in_heap (x); in Must_be_Marked_during_mark()
161 Assert (Is_in_heap (ar)); in caml_ephe_set_key()
173 Assert (Is_in_heap (ar)); in caml_ephe_unset_key()
185 Assert (Is_in_heap (ar)); in caml_ephe_set_key_option()
205 Assert (Is_in_heap (ar)); in caml_ephe_set_data()
217 Assert (Is_in_heap (ar)); in caml_ephe_unset_data()
231 Assert (Is_in_heap (ar)); in caml_ephe_get_key()
257 Assert (Is_in_heap (ar)); in caml_ephe_get_data()
281 Assert (Is_in_heap (ar)); in caml_ephe_get_key_copy()
[all …]
H A Dglobroots.c210 else if (Is_in_heap(v)) in caml_register_generational_global_root()
223 if (Is_in_heap(v)) in caml_remove_generational_global_root()
239 Is_block(oldval) && Is_in_heap(oldval)) { in caml_modify_generational_global_root()
251 else if (Is_in_heap(newval)) in caml_modify_generational_global_root()
261 if (Is_in_heap(oldval)) in caml_modify_generational_global_root()
H A Dmajor_gc.c154 if (Is_block (v) && Is_in_heap (v)) {
170 CAMLassert (Is_in_heap (v) || Is_black_hd (h));
249 Is_in_heap (child))) {
251 if (Is_block (child) && Is_in_heap (child)) {
280 CAMLassert (Is_in_heap (child) || Is_black_hd (chd));
309 Is_block (data) && Is_in_heap (data) && Is_white_val (data)){
322 Is_block (key) && Is_in_heap (key)){
H A Dgc_ctrl.c68 Assert (Is_in_heap (v)); in check_head()
72 Assert (Is_in_heap (v)); in check_head()
78 Assert (Is_in_heap (&Field (trueval, Wosize_val (trueval) - 1))); in check_head()
80 Assert (Is_in_heap (&Field (v, Wosize_val (v) - 1))); in check_head()
107 Assert (!Is_in_heap (Custom_ops_val (v))); in check_block()
118 if (Is_block (f) && Is_in_heap (f)){ in check_block()
H A Dfinalise.c101 Assert (Is_in_heap (final->table[i].val)); in generic_final_update()
121 Assert (Is_in_heap (final->table[i].val)); in generic_final_update()
348 CAMLassert( Is_in_heap(final->table[i].val) ); in generic_final_minor_update()
433 CAMLassert( Is_in_heap(final->table[i].val) ); in gen_final_invariant_check()
H A Dfreelist.c85 Assert (Is_in_heap (cur)); in fl_check()
130 Assert (Is_in_heap (Next (prev)) || Next (prev) == Val_NULL); in allocate_block()
212 while (cur != Val_NULL){ Assert (Is_in_heap (cur)); in caml_fl_allocate()
305 Assert (Is_in_heap (cur)); in caml_fl_allocate()
H A Dmemory.c501 Assert (Is_in_heap (Val_hp (hp))); in caml_alloc_shr_aux()
670 CAMLassert(Is_in_heap(fp)); in caml_modify()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dweak.c52 return Is_block (x) && Is_in_heap (x) && Is_white_val(x); in Is_Dead_during_clean()
56 return Is_block (x) && Is_in_heap (x); in Must_be_Marked_during_mark()
161 Assert (Is_in_heap (ar)); in caml_ephe_set_key()
173 Assert (Is_in_heap (ar)); in caml_ephe_unset_key()
185 Assert (Is_in_heap (ar)); in caml_ephe_set_key_option()
205 Assert (Is_in_heap (ar)); in caml_ephe_set_data()
217 Assert (Is_in_heap (ar)); in caml_ephe_unset_data()
231 Assert (Is_in_heap (ar)); in caml_ephe_get_key()
257 Assert (Is_in_heap (ar)); in caml_ephe_get_data()
281 Assert (Is_in_heap (ar)); in caml_ephe_get_key_copy()
[all …]
H A Dglobroots.c210 else if (Is_in_heap(v)) in caml_register_generational_global_root()
223 if (Is_in_heap(v)) in caml_remove_generational_global_root()
239 Is_block(oldval) && Is_in_heap(oldval)) { in caml_modify_generational_global_root()
251 else if (Is_in_heap(newval)) in caml_modify_generational_global_root()
261 if (Is_in_heap(oldval)) in caml_modify_generational_global_root()
H A Dmajor_gc.c154 if (Is_block (v) && Is_in_heap (v)) {
170 CAMLassert (Is_in_heap (v) || Is_black_hd (h));
249 Is_in_heap (child))) {
251 if (Is_block (child) && Is_in_heap (child)) {
280 CAMLassert (Is_in_heap (child) || Is_black_hd (chd));
309 Is_block (data) && Is_in_heap (data) && Is_white_val (data)){
322 Is_block (key) && Is_in_heap (key)){
H A Dgc_ctrl.c68 Assert (Is_in_heap (v)); in check_head()
72 Assert (Is_in_heap (v)); in check_head()
78 Assert (Is_in_heap (&Field (trueval, Wosize_val (trueval) - 1))); in check_head()
80 Assert (Is_in_heap (&Field (v, Wosize_val (v) - 1))); in check_head()
107 Assert (!Is_in_heap (Custom_ops_val (v))); in check_block()
118 if (Is_block (f) && Is_in_heap (f)){ in check_block()
H A Dfinalise.c101 Assert (Is_in_heap (final->table[i].val)); in generic_final_update()
121 Assert (Is_in_heap (final->table[i].val)); in generic_final_update()
348 CAMLassert( Is_in_heap(final->table[i].val) ); in generic_final_minor_update()
433 CAMLassert( Is_in_heap(final->table[i].val) ); in gen_final_invariant_check()
H A Dfreelist.c85 Assert (Is_in_heap (cur)); in fl_check()
130 Assert (Is_in_heap (Next (prev)) || Next (prev) == Val_NULL); in allocate_block()
212 while (cur != Val_NULL){ Assert (Is_in_heap (cur)); in caml_fl_allocate()
305 Assert (Is_in_heap (cur)); in caml_fl_allocate()
H A Dmemory.c501 Assert (Is_in_heap (Val_hp (hp))); in caml_alloc_shr_aux()
670 CAMLassert(Is_in_heap(fp)); in caml_modify()
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmajor_gc.h32 #define Is_in_heap(p) \ macro
38 #define Is_in_heap(p) (page_table [Page (p)] == In_heap) macro
H A Dfreelist.c46 Assert (Is_in_heap (cur)); in fl_verify()
79 Assert (Is_in_heap (Next (prev)) || Next (prev) == NULL);
109 while (cur != NULL){ Assert (Is_in_heap (cur));
H A Dcompare.c19 if ((!Is_atom(v1) && !Is_young(v1) && !Is_in_heap(v1)) || in compare_val()
20 (!Is_atom(v2) && !Is_young(v2) && !Is_in_heap(v2))) in compare_val()
H A Dmemory.c143 Assert (Is_in_heap (Val_hp (hp))); in alloc_shr()
184 Assert (Is_in_heap (fp)); in initialize()
H A Dmemory.h47 if (Is_in_heap (fp)){ \
H A Ddebugger.c41 else if (!Is_in_heap (v) && !Is_young (v))
H A Dhash.c76 if (Is_in_heap(obj) || Is_young(obj)) { in hash_aux()
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Daddress_class.h32 #define Is_in_heap(a) (Classify_addr(a) & In_heap) macro
H A Dweak.h85 Assert( !(Is_block (child) && Is_in_heap (child) in caml_ephe_clean()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dweak.h85 Assert( !(Is_block (child) && Is_in_heap (child) in caml_ephe_clean()
H A Daddress_class.h32 #define Is_in_heap(a) (Classify_addr(a) & In_heap) macro

12