Searched refs:OldSpace (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/cctest/ |
D | test-spaces.cc | 131 OldSpace faked_space(heap, in TEST() 219 TEST(OldSpace) { in TEST() argument 230 OldSpace* s = new OldSpace(heap, in TEST()
|
D | test-alloc.cc | 68 OldSpace* old_data_space = heap->old_data_space(); in AllocateAfterFailures()
|
/external/v8/src/ |
D | heap.h | 395 OldSpace* old_pointer_space() { return old_pointer_space_; } in old_pointer_space() 396 OldSpace* old_data_space() { return old_data_space_; } in old_data_space() 397 OldSpace* code_space() { return code_space_; } in code_space() 983 inline OldSpace* TargetSpace(HeapObject* object); 1277 OldSpace* old_pointer_space_; 1278 OldSpace* old_data_space_; 1279 OldSpace* code_space_; 1738 OldSpace* next();
|
D | v8globals.h | 155 class OldSpace; variable
|
D | spaces.cc | 2017 void OldSpace::PrepareForMarkCompact(bool will_compact) { in PrepareForMarkCompact() 2041 void OldSpace::MCCommitRelocationInfo() { in MCCommitRelocationInfo() 2249 HeapObject* OldSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() 2304 void OldSpace::PutRestOfCurrentPageOnFreeList(Page* current_page) { in PutRestOfCurrentPageOnFreeList() 2333 HeapObject* OldSpace::AllocateInNextPage(Page* current_page, in AllocateInNextPage() 2344 void OldSpace::DeallocateBlock(Address start, in DeallocateBlock() 2478 void OldSpace::ReportStatistics() { in ReportStatistics()
|
D | heap-inl.h | 298 OldSpace* Heap::TargetSpace(HeapObject* object) { in TargetSpace()
|
D | spaces.h | 1889 class OldSpace : public PagedSpace { 1893 OldSpace(Heap* heap, in OldSpace() function
|
D | mark-compact.cc | 181 for (OldSpace* space = spaces.next(); space != NULL; space = spaces.next()) { in Finish() 1657 OldSpace* target_space = heap->TargetSpace(object); in MCAllocateFromNewSpace() 1974 OldSpace* target_space = heap->TargetSpace(object); in TryPromoteObject()
|
D | heap.cc | 4861 new OldSpace(this, in Setup() 4870 new OldSpace(this, in Setup() 4888 new OldSpace(this, max_old_generation_size_, CODE_SPACE, EXECUTABLE); in Setup() 5149 OldSpace* OldSpaces::next() { in next() 5629 for (OldSpace* space = spaces.next(); in CountTotalHolesSize()
|