Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h476 Chunk* top_chunk = load_top(); in Insert() local
477 if (!top_chunk) { in Insert()
478 top_chunk = new Chunk(nullptr, kInitialBufferSize); in Insert()
479 set_top(top_chunk); in Insert()
481 if (!top_chunk->AddSlot(slot)) { in Insert()
483 new Chunk(top_chunk, NextCapacity(top_chunk->capacity())); in Insert()