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

/external/v8/src/heap/
H A Dspaces-inl.h147 // NewSpace
149 bool NewSpace::Contains(HeapObject* o) {
153 bool NewSpace::Contains(Object* o) {
157 bool NewSpace::ContainsSlow(Address a) {
161 bool NewSpace::ToSpaceContainsSlow(Address a) {
165 bool NewSpace::FromSpaceContainsSlow(Address a) {
169 bool NewSpace::ToSpaceContains(Object* o) { return to_space_.Contains(o); }
170 bool NewSpace::FromSpaceContains(Object* o) { return from_space_.Contains(o); }
520 // NewSpace
523 AllocationResult NewSpace
[all...]
H A Dincremental-marking.h254 static void ActivateIncrementalWriteBarrier(NewSpace* space);
258 static void DeactivateIncrementalWriteBarrierForSpace(NewSpace* space);
H A Dspaces.cc1498 // NewSpace implementation
1500 bool NewSpace::SetUp(size_t initial_semispace_capacity,
1527 void NewSpace::TearDown() {
1543 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); }
1546 void NewSpace::Grow() {
1568 void NewSpace::Shrink() {
1588 bool NewSpace::Rebalance() {
1678 void NewSpace::UpdateAllocationInfo() {
1686 void NewSpace::ResetAllocationInfo() {
1698 void NewSpace
[all...]
H A Dheap.h1021 NewSpace* new_space() { return new_space_; }
2191 NewSpace* new_space_;
2385 friend class NewSpace;
2676 friend class NewSpace;
H A Dincremental-marking.cc346 NewSpace* space) {
372 void IncrementalMarking::ActivateIncrementalWriteBarrier(NewSpace* space) {
H A Dmark-compact.h590 static void VerifyMarkbitsAreClean(NewSpace* space);
H A Dspaces.h2350 friend class NewSpace;
2363 explicit SemiSpaceIterator(NewSpace* space);
2382 class NewSpace : public Space { class in namespace:v8::internal
2386 explicit NewSpace(Heap* heap) function in class:v8::internal::NewSpace
2443 // Committed memory for NewSpace is the committed memory of both semi-spaces
H A Dmark-compact.cc127 static void VerifyMarking(NewSpace* space) {
195 static void VerifyEvacuation(NewSpace* space) {
331 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) {
381 static void ClearMarkbitsInNewSpace(NewSpace* space) {
1937 NewSpace* space = heap()->new_space();
3000 NewSpace* new_space = heap()->new_space();
3588 FatalProcessOutOfMemory("NewSpace::Rebalance");
H A Dheap.cc306 // Heap::ReportHeapStatistics will also log NewSpace statistics when
386 // NewSpace statistics are logged exactly once when --log-gc is turned on.
1628 FatalProcessOutOfMemory("NewSpace::Rebalance");
4590 // This function expects that NewSpace's allocated objects histogram is
5517 space_[NEW_SPACE] = new_space_ = new NewSpace(this);
/external/v8/src/
H A Dglobals.h467 class NewSpace;

Completed in 682 milliseconds