Home
last modified time | relevance | path

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

/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dmarknsweepgc.c1549 static void adjust_words(lispobj *where, sword_t n_words) in adjust_words() function
1569 adjust_words(&simple_fun, 1); in adjust_fun_entry()
1585 adjust_words(where, 2); // A cons. in fixup_space()
1600 instance_scan_interleaved(adjust_words, where+1, in fixup_space()
1606 adjust_words(where+1, code_header_words(header_word)-1); in fixup_space()
1610 adjust_words(SIMPLE_FUN_SCAV_START(f), SIMPLE_FUN_SCAV_NWORDS(f)); in fixup_space()
1618 adjust_words(where+2, (HeaderValue(header_word)&0xFFFF) - 1); in fixup_space()
1621 adjust_words(where+1, 2); in fixup_space()
1645 adjust_words(where+1, size-1); in fixup_space()
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DLayout.hs148 adjust_words = vHp -rHp function
151 ; emit (if adjust_words == 0
155 ; tickyAllocHeap False adjust_words -- ...ditto