Home
last modified time | relevance | path

Searched refs:Is_in_heap_or_young (Results 1 – 14 of 14) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dfinalise.c295 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
315 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
338 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
376 || !Is_in_heap_or_young(v) in generic_final_register()
436 CAMLassert( Is_in_heap_or_young(final->table[i].val) ); in gen_final_invariant_check()
H A Dglobroots.c221 if (Is_in_heap_or_young(v)) in caml_remove_generational_global_root()
259 if (Is_in_heap_or_young(oldval)) in caml_modify_generational_global_root()
H A Dobj.c292 if (Is_long(v) || !Is_in_heap_or_young(v)) return Val_int(0); in caml_obj_reachable_words()
342 if (Is_block(v2) && Is_in_heap_or_young(v2)) { in caml_obj_reachable_words()
H A Dweak.c289 if (Is_block (v) && Is_in_heap_or_young(v) && Tag_val(v) != Custom_tag ) { in caml_ephe_get_key_copy()
334 if (Is_block (v) && Is_in_heap_or_young(v) && Tag_val(v) != Custom_tag ) { in caml_ephe_get_data_copy()
H A Dmemory.c633 CAMLassert(Is_in_heap_or_young(fp)); in caml_initialize()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dfinalise.c295 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
315 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
338 Assert (Is_in_heap_or_young (final->table[i].val)); in generic_final_minor_update()
376 || !Is_in_heap_or_young(v) in generic_final_register()
436 CAMLassert( Is_in_heap_or_young(final->table[i].val) ); in gen_final_invariant_check()
H A Dglobroots.c221 if (Is_in_heap_or_young(v)) in caml_remove_generational_global_root()
259 if (Is_in_heap_or_young(oldval)) in caml_modify_generational_global_root()
H A Dobj.c292 if (Is_long(v) || !Is_in_heap_or_young(v)) return Val_int(0); in caml_obj_reachable_words()
342 if (Is_block(v2) && Is_in_heap_or_young(v2)) { in caml_obj_reachable_words()
H A Dweak.c289 if (Is_block (v) && Is_in_heap_or_young(v) && Tag_val(v) != Custom_tag ) { in caml_ephe_get_key_copy()
334 if (Is_block (v) && Is_in_heap_or_young(v) && Tag_val(v) != Custom_tag ) { in caml_ephe_get_data_copy()
H A Dmemory.c633 CAMLassert(Is_in_heap_or_young(fp)); in caml_initialize()
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Daddress_class.h34 #define Is_in_heap_or_young(a) (Classify_addr(a) & (In_heap | In_young)) macro
H A Dweak.h57 && Is_block (child) && Is_in_heap_or_young (child)){ in caml_ephe_clean()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dweak.h57 && Is_block (child) && Is_in_heap_or_young (child)){ in caml_ephe_clean()
H A Daddress_class.h34 #define Is_in_heap_or_young(a) (Classify_addr(a) & (In_heap | In_young)) macro