Home | History | Annotate | Download | only in src

Lines Matching full:zap

2259   // If we are doing a big trim in old space then we zap the space.
2260 Object** zap = reinterpret_cast<Object**>(new_end);
2261 zap++; // Header of filler must be at least one word so skip that.
2263 *zap++ = Smi::FromInt(0);
9341 // Zap the old map for the sake of the heap verifier.
11381 // Now the holes are at the end of the array, zap them for heap-verifier.