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 187 // PagedSpace
191 PagedSpace* owner) {
252 bool PagedSpace::Contains(Address addr) {
256 bool PagedSpace::Contains(Object* o) {
263 void PagedSpace::UnlinkFreeListCategories(Page* page) {
271 intptr_t PagedSpace::RelinkFreeListCategories(Page* page) {
299 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this);
307 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this);
364 return reinterpret_cast<PagedSpace*>(
377 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes)
    [all...]
incremental-marking.h 21 class PagedSpace;
253 void ActivateIncrementalWriteBarrier(PagedSpace* space);
257 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
mark-compact.h 453 void AddSweptPageSafe(PagedSpace* space, Page* page);
454 Page* GetSweptPageSafe(PagedSpace* space);
496 void CollectEvacuationCandidates(PagedSpace* space);
589 static void VerifyMarkbitsAreClean(PagedSpace* space);
709 void DiscoverGreyObjectsInSpace(PagedSpace* space);
755 void StartSweepSpace(PagedSpace* space);
spaces.cc 31 HeapObjectIterator::HeapObjectIterator(PagedSpace* space)
41 space_(reinterpret_cast<PagedSpace*>(page->owner())),
    [all...]
spaces.h 39 class PagedSpace;
224 friend class PagedSpace;
633 // PagedSpace free-list statistics.
786 Executability executable, PagedSpace* owner);
    [all...]
code-stats.cc 49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space,
mark-compact.cc 143 static void VerifyMarking(PagedSpace* space) {
212 static void VerifyEvacuation(Heap* heap, PagedSpace* space) {
265 static void TraceFragmentation(PagedSpace* space) {
323 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) {
374 static void ClearMarkbitsInPagedSpace(PagedSpace* space) {
477 Page* MarkCompactCollector::Sweeper::GetSweptPageSafe(PagedSpace* space) {
621 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
813 for (PagedSpace* space = spaces.next(); space != NULL;
    [all...]
heap.h 335 class PagedSpace;
    [all...]
heap-inl.h 160 PagedSpace* Heap::paged_space(int idx) {
163 return static_cast<PagedSpace*>(space_[idx]);
incremental-marking.cc 338 PagedSpace* space) {
365 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) {
    [all...]
heap.cc 485 for (PagedSpace* space = spaces.next(); space != NULL;
    [all...]
  /external/v8/src/
d8.cc     [all...]

Completed in 188 milliseconds