SCM_COMPILE_NOINLINE_CONSTS  581 src/gauche/vm.h     SCM_COMPILE_NOINLINE_CONSTS = (1L<<2), /* Do not inline constants */
SCM_COMPILE_NOINLINE_CONSTS  264 src/intlib.c         || SCM_VM_COMPILER_FLAG_IS_SET(Scm_VM(), SCM_COMPILE_NOINLINE_CONSTS)) {
SCM_COMPILE_NOINLINE_CONSTS 1767 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOINLINE_CONSTS__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOINLINE_CONSTS)));
SCM_COMPILE_NOINLINE_CONSTS  119 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOINLINE_CONSTS);
SCM_COMPILE_NOINLINE_CONSTS  124 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOINLINE_CONSTS);