MAKE_INTEGER       79 core/Interpreter.cpp REALLY_INLINE Atom MAKE_INTEGER(intptr_t i)
MAKE_INTEGER       86 core/Interpreter.cpp #define MAKE_INTEGER(v)   ((intptr_t(v) << 3) | kIntptrType)