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

  /external/v8/src/
store-buffer.h 175 PagedSpace* space,
191 PagedSpace* space,
199 void VerifyPointers(PagedSpace* space, RegionCallback region_callback);
spaces-inl.h 53 PageIterator::PageIterator(PagedSpace* space)
161 // PagedSpace
165 PagedSpace* owner) {
178 bool PagedSpace::Contains(Address addr) {
252 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) {
263 MaybeObject* PagedSpace::AllocateRaw(int size_in_bytes) {
incremental-marking.h 237 void ActivateIncrementalWriteBarrier(PagedSpace* space);
241 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
spaces.cc 42 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
55 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
77 Initialize(reinterpret_cast<PagedSpace*>(owner),
86 void HeapObjectIterator::Initialize(PagedSpace* space,
386 void Page::InitializeAsAnchor(PagedSpace* owner) {
575 Page* MemoryAllocator::AllocatePage(PagedSpace* owner,
768 static_cast<PagedSpace*>(chunk->owner())->IncrementUnsweptFreeBytes(-by);
774 // PagedSpace implementation
776 PagedSpace::PagedSpace(Heap* heap
    [all...]
spaces.h 117 class PagedSpace;
709 PagedSpace* owner);
711 void InitializeAsAnchor(PagedSpace* owner);
953 Page* AllocatePage(PagedSpace* owner, Executability executable);
    [all...]
mark-compact.h 428 void CollectEvacuationCandidates(PagedSpace* space);
482 static void VerifyMarkbitsAreClean(PagedSpace* space);
488 static intptr_t SweepConservatively(PagedSpace* space, Page* p);
743 void SweepSpace(PagedSpace* space, SweeperType sweeper);
store-buffer.cc 381 void StoreBuffer::VerifyPointers(PagedSpace* space,
388 reinterpret_cast<PagedSpace*>(page->owner()),
522 PagedSpace* space,
647 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner());
mark-compact.cc 124 static void VerifyMarking(PagedSpace* space) {
204 static void VerifyEvacuation(PagedSpace* space) {
235 static void TraceFragmentation(PagedSpace* space) {
308 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) {
345 static void ClearMarkbitsInPagedSpace(PagedSpace* space) {
441 static int FreeListFragmentation(PagedSpace* space, Page* p) {
498 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
706 for (PagedSpace* space = spaces.next();
    [all...]
incremental-marking.cc 329 PagedSpace* space) {
364 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) {
heap.cc 612 PagedSpace* old_pointer_space = Heap::old_pointer_space();
613 PagedSpace* old_data_space = Heap::old_data_space();
614 PagedSpace* code_space = Heap::code_space();
615 PagedSpace* map_space = Heap::map_space();
616 PagedSpace* cell_space = Heap::cell_space();
    [all...]
heap.h     [all...]
serialize.cc 606 reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size);
    [all...]
  /external/v8/test/cctest/
test-heap.cc     [all...]

Completed in 438 milliseconds