Home
last modified time | relevance | path

Searched refs:young_generation_bitmap_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-chunk.cc149 young_generation_bitmap_ = nullptr; in MemoryChunk()
253 if (young_generation_bitmap_ != nullptr) ReleaseYoungGenerationBitmap(); in ReleaseAllocatedMemoryNeededForWritableChunk()
413 DCHECK_NULL(young_generation_bitmap_); in AllocateYoungGenerationBitmap()
414 young_generation_bitmap_ = in AllocateYoungGenerationBitmap()
419 DCHECK_NOT_NULL(young_generation_bitmap_); in ReleaseYoungGenerationBitmap()
420 base::Free(young_generation_bitmap_); in ReleaseYoungGenerationBitmap()
421 young_generation_bitmap_ = nullptr; in ReleaseYoungGenerationBitmap()
462 DCHECK_EQ(reinterpret_cast<Address>(&chunk->young_generation_bitmap_) - in ValidateOffsets()
Dmemory-chunk.h230 return reinterpret_cast<ConcurrentBitmap<mode>*>(young_generation_bitmap_); in young_generation_bitmap()
282 Bitmap* young_generation_bitmap_; variable