Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h331 (new_space_.EffectiveCapacity() >> 2); in ShouldBePromoted()
Dspaces.h2111 intptr_t EffectiveCapacity() { in EffectiveCapacity() function
/external/v8/test/cctest/
Dtest-heap.cc1266 intptr_t available = new_space->EffectiveCapacity() - new_space->Size(); in FillUpNewSpace()