HomeSort by relevance Sort by last modified time
    Searched refs:PagedSpace (Results 1 - 13 of 13) sorted by null

  /external/v8/src/heap/
code-stats.h 16 static void CollectCodeStatistics(PagedSpace* space, Isolate* isolate);
spaces-inl.h 183 // PagedSpace
187 PagedSpace* owner) {
250 static_cast<PagedSpace*>(chunk->owner())->Allocate(by);
255 bool PagedSpace::Contains(Address addr) {
261 bool PagedSpace::Contains(Object* o) {
268 void PagedSpace::UnlinkFreeListCategories(Page* page) {
276 intptr_t PagedSpace::RelinkFreeListCategories(Page* page) {
304 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this);
312 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this);
369 return reinterpret_cast<PagedSpace*>(
    [all...]
incremental-marking.h 21 class PagedSpace;
254 void ActivateIncrementalWriteBarrier(PagedSpace* space);
258 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
mark-compact.h 383 void AddSweptPageSafe(PagedSpace* space, Page* page);
384 Page* GetSweptPageSafe(PagedSpace* space);
423 void CollectEvacuationCandidates(PagedSpace* space);
464 static void VerifyMarkbitsAreClean(PagedSpace* space);
639 void DiscoverGreyObjectsInSpace(PagedSpace* space);
685 void StartSweepSpace(PagedSpace* space);
spaces.cc 27 HeapObjectIterator::HeapObjectIterator(PagedSpace* space)
37 space_(reinterpret_cast<PagedSpace*>(page->owner())),
942 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>(
943 size_t size, PagedSpace* owner, Executability executable);
    [all...]
spaces.h 39 class PagedSpace;
224 friend class PagedSpace;
630 // PagedSpace free-list statistics.
781 Executability executable, PagedSpace* owner);
    [all...]
code-stats.cc 49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space,
mark-compact.cc 146 static void VerifyMarking(PagedSpace* space) {
215 static void VerifyEvacuation(Heap* heap, PagedSpace* space) {
268 static void TraceFragmentation(PagedSpace* space) {
327 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) {
380 static void ClearMarkbitsInPagedSpace(PagedSpace* space) {
483 Page* MarkCompactCollector::Sweeper::GetSweptPageSafe(PagedSpace* space) {
627 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
829 for (PagedSpace* space = spaces.next(); space != NULL;
    [all...]
heap.h 333 class PagedSpace;
    [all...]
heap-inl.h 159 PagedSpace* Heap::paged_space(int idx) {
162 return static_cast<PagedSpace*>(space_[idx]);
incremental-marking.cc 345 PagedSpace* space) {
372 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) {
    [all...]
heap.cc 479 for (PagedSpace* space = spaces.next(); space != NULL;
    [all...]
  /external/v8/src/
d8.cc     [all...]

Completed in 101 milliseconds