AvmThunkSmallIntAtom 164 core/NativeFunction.h #define AvmThunkCoerce_int32_t_AvmBox(v) (AvmThunkCanBeSmallIntAtom(v) ? AvmThunkSmallIntAtom(v) : env->core()->intAtom(v)) AvmThunkSmallIntAtom 168 core/NativeFunction.h #define AvmThunkCoerce_uint32_t_AvmBox(v) (AvmThunkCanBeSmallIntAtom(v) ? AvmThunkSmallIntAtom(v) : env->core()->intAtom(v))