Home | History | Annotate | Download | only in src

Lines Matching full:zap

324     // If we are doing a big trim in old space then we zap the space that was
327 Object** zap = reinterpret_cast<Object**>(elms->address());
328 zap++; // Header of filler must be at least one word so skip that.
330 *zap++ = Smi::FromInt(0);