Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h397 Chunk* top_chunk = chunk_.Value(); in Insert() local
398 if (!top_chunk) { in Insert()
399 top_chunk = new Chunk(nullptr, kInitialBufferSize); in Insert()
400 chunk_.SetValue(top_chunk); in Insert()
402 if (!top_chunk->AddSlot(slot)) { in Insert()
404 new Chunk(top_chunk, NextCapacity(top_chunk->capacity.Value())); in Insert()