Home | History | Annotate | Download | only in heap

Lines Matching refs:persistentSlot

326     Address persistentSlot = region->allocate();
327 if (!persistentSlot)
328 persistentSlot = WrapperPersistentRegion::outOfLineAllocate(state, &region);
329 ASSERT(persistentSlot);
330 ASSERT(!reinterpret_cast<WrapperPersistentNode*>(persistentSlot)->isAlive());
332 size_t regionOffset = persistentSlot - reinterpret_cast<Address>(region);
337 return new (persistentSlot) WrapperPersistent<T>(raw, regionOffset);