Searched refs:semispace (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dspaces.h2192 SemiSpace(Heap* heap, SemiSpaceId semispace) argument
2199 id_(semispace),
2216 // Grow the semispace to the new capacity. The new capacity requested must
2220 // Shrinks the semispace to the new capacity. The new capacity requested
2221 // must be more than the amount of used memory in the semispace and less
2270 // Returns the current capacity of the semispace.
2273 // Returns the maximum capacity of the semispace.
2276 // Returns the initial capacity of the semispace.
2356 // semispace of the heap's new space. It iterates over the objects in the
2357 // semispace fro
[all...]

Completed in 108 milliseconds