Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DCompact.c266 thread_large_bitmap( P_ p, StgLargeBitmap *large_bitmap, W_ size ) in thread_large_bitmap() function
313 thread_large_bitmap(p, GET_FUN_LARGE_BITMAP(fun_info), size); in thread_arg_block()
366 thread_large_bitmap(p, BCO_BITMAP(bco), size); in thread_stack()
375 thread_large_bitmap(p, GET_LARGE_BITMAP(&info->i), size); in thread_stack()
412 thread_large_bitmap(p, GET_FUN_LARGE_BITMAP(fun_info), size); in thread_PAP_payload()
416 thread_large_bitmap((P_)payload, BCO_BITMAP(fun), size); in thread_PAP_payload()