Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-serializer-allocator.cc24 allocated_bytes_ += size; in Allocate()
54 uint32_t space_size = (space == CODE_SPACE) ? allocated_bytes_ : 0; in OutputStatistics()
Dbuiltin-serializer-allocator.h41 uint32_t allocated_bytes_ = 0; variable
/external/v8/src/heap/
Dspaces.h719 size_t allocated_bytes_; variable
860 size_t allocated_bytes() { return allocated_bytes_; } in allocated_bytes()
863 allocated_bytes_ += bytes; in IncreaseAllocatedBytes()
868 allocated_bytes_ -= bytes; in DecreaseAllocatedBytes()
Dspaces.cc664 chunk->allocated_bytes_ = chunk->area_size(); in Initialize()
972 void Page::ResetAllocatedBytes() { allocated_bytes_ = area_size(); } in AllocateChunk()