Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2691 int SizeAsInt() { return static_cast<int>(Size()); } in SizeAsInt() function
Dheap.cc1291 int start_new_space_size = Heap::new_space()->SizeAsInt(); in PerformGarbageCollection()
4841 *stats->new_space_size = new_space_.SizeAsInt(); in RecordStats()
Dspaces.cc1461 int new_capacity = Max(InitialTotalCapacity(), 2 * SizeAsInt()); in AllocateChunk()