#include <new-spaces.h>
Definition at line 190 of file new-spaces.h.
◆ const_iterator
◆ iterator
◆ NewSpace()
v8::internal::NewSpace::NewSpace |
( |
Heap * | heap | ) |
|
|
explicit |
◆ AllocatedSinceLastGC()
virtual size_t v8::internal::NewSpace::AllocatedSinceLastGC |
( |
| ) |
const |
|
pure virtual |
◆ begin() [1/2]
◆ begin() [2/2]
virtual iterator v8::internal::NewSpace::begin |
( |
| ) |
|
|
pure virtual |
◆ Capacity()
virtual size_t v8::internal::NewSpace::Capacity |
( |
| ) |
const |
|
pure virtual |
◆ Contains() [1/2]
◆ Contains() [2/2]
◆ ContainsSlow()
virtual bool v8::internal::NewSpace::ContainsSlow |
( |
Address | a | ) |
const |
|
pure virtual |
◆ end() [1/2]
◆ end() [2/2]
virtual iterator v8::internal::NewSpace::end |
( |
| ) |
|
|
pure virtual |
◆ ExternalBackingStoreOverallBytes()
size_t v8::internal::NewSpace::ExternalBackingStoreOverallBytes |
( |
| ) |
const |
|
inline |
◆ first_allocatable_address()
virtual Address v8::internal::NewSpace::first_allocatable_address |
( |
| ) |
const |
|
pure virtual |
◆ GarbageCollectionEpilogue()
virtual void v8::internal::NewSpace::GarbageCollectionEpilogue |
( |
| ) |
|
|
pure virtual |
◆ GarbageCollectionPrologue()
virtual void v8::internal::NewSpace::GarbageCollectionPrologue |
( |
| ) |
|
|
inlinevirtual |
◆ Grow()
virtual void v8::internal::NewSpace::Grow |
( |
size_t | new_capacity | ) |
|
|
pure virtual |
◆ GrowToMaximumCapacityForTesting()
virtual void v8::internal::NewSpace::GrowToMaximumCapacityForTesting |
( |
| ) |
|
|
pure virtual |
◆ IsPromotionCandidate()
◆ MakeIterable()
virtual void v8::internal::NewSpace::MakeIterable |
( |
| ) |
|
|
pure virtual |
◆ MaximumCapacity()
virtual size_t v8::internal::NewSpace::MaximumCapacity |
( |
| ) |
const |
|
pure virtual |
◆ MinimumCapacity()
virtual size_t v8::internal::NewSpace::MinimumCapacity |
( |
| ) |
const |
|
pure virtual |
◆ mutex()
◆ PromotePageToOldSpace()
◆ RemovePage()
virtual void v8::internal::NewSpace::RemovePage |
( |
PageMetadata * | page | ) |
|
|
protectedpure virtual |
◆ TotalCapacity()
virtual size_t v8::internal::NewSpace::TotalCapacity |
( |
| ) |
const |
|
pure virtual |
◆ kAllocationBufferParkingThreshold
const int v8::internal::NewSpace::kAllocationBufferParkingThreshold = 4 * KB |
|
staticprotected |
◆ mutex_
The documentation for this class was generated from the following files: