Home
last modified time | relevance | path

Searched defs:NewChunk (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dslot-set.cc56 TypedSlots::Chunk* TypedSlots::NewChunk(Chunk* next, size_t capacity) { in NewChunk() function in v8::internal::TypedSlots
/third_party/node/deps/v8/src/zone/
Dzone-chunk-list.h124 Chunk* NewChunk(const uint32_t capacity) { in NewChunk() function