Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dfasload.c112 if ((FASLHDR_CONSTANT_SIZE (fh)) > 0)
257 ((FASLHDR_CONSTANT_SIZE (fh)), in read_band_file()
271 ((FASLHDR_CONSTANT_SIZE (fh)), (FASLHDR_HEAP_RESERVED (fh))); in read_band_file()
386 (FASLHDR_CONSTANT_SIZE (fh)), in load_file()
447 if ((FASLHDR_CONSTANT_SIZE (fh)) > 0) in load_file()
448 PUSH_D_CACHE_REGION (new_constant_start, (FASLHDR_CONSTANT_SIZE (fh))); in load_file()
H A Dfasl.h174 #define FASLHDR_CONSTANT_SIZE(h) \ macro
H A Dfasl.c172 = (MAKE_OBJECT (TC_BROKEN_HEART, (FASLHDR_CONSTANT_SIZE (h)))); in encode_fasl_header()
H A Dfasdump.c667 (FASLHDR_CONSTANT_SIZE (fh)), in write_fasl_file()
H A Doption.c840 (*constant_size) = (SCHEME_WORDS_TO_BLOCKS (FASLHDR_CONSTANT_SIZE (&h))); in read_band_sizes()