Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddefault-serializer-allocator.cc32 uint32_t DefaultSerializerAllocator::TargetChunkSize(int space) { in TargetChunkSize() function in v8::internal::DefaultSerializerAllocator
50 if (new_chunk_size > TargetChunkSize(space) && old_chunk_size != 0) { in Allocate()
Ddefault-serializer-allocator.h40 uint32_t TargetChunkSize(int space);