Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.h2108 int SizeAsInt() { return static_cast<int>(Size()); } in SizeAsInt() function
Dspaces.cc1117 int new_capacity = Max(InitialCapacity(), 2 * SizeAsInt()); in Shrink()
Dheap.cc791 int start_new_space_size = Heap::new_space()->SizeAsInt(); in PerformGarbageCollection()
5631 *stats->new_space_size = new_space_.SizeAsInt(); in RecordStats()