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

  /external/v8/test/cctest/heap/
heap-tester.h 68 static void MergeCompactionSpaces(PagedSpace* space,
utils-inl.h 102 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) {
test-spaces.cc 550 void HeapTester::MergeCompactionSpaces(PagedSpace* space,
    [all...]
test-heap.cc     [all...]
  /external/v8/src/heap/
spaces-inl.h 32 PageIterator::PageIterator(PagedSpace* space)
192 // PagedSpace
195 PagedSpace* owner) {
209 bool PagedSpace::Contains(Address addr) {
216 bool PagedSpace::Contains(HeapObject* o) { return Contains(o->address()); }
314 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) {
342 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes,
362 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes) {
384 AllocationResult PagedSpace::AllocateRawUnalignedSynchronized(
392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes
    [all...]
incremental-marking.h 19 class PagedSpace;
248 void ActivateIncrementalWriteBarrier(PagedSpace* space);
252 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
mark-compact.h 336 void CollectEvacuationCandidates(PagedSpace* space);
381 static void VerifyMarkbitsAreClean(PagedSpace* space);
424 int SweepInParallel(PagedSpace* space, int required_freed_bytes);
428 int SweepInParallel(Page* page, PagedSpace* space);
642 void DiscoverGreyObjectsInSpace(PagedSpace* space);
745 void StartSweepSpace(PagedSpace* space);
751 void ParallelSweepSpaceComplete(PagedSpace* space);
spaces.cc 22 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
36 Initialize(reinterpret_cast<PagedSpace*>(owner), page->area_start(),
42 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end,
416 void Page::InitializeAsAnchor(PagedSpace* owner) {
711 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner,
927 static_cast<PagedSpace*>(chunk->owner())->Allocate(by);
941 // PagedSpace implementation
    [all...]
spaces.h 104 class PagedSpace;
773 // PagedSpace free-list statistics.
872 Executability executable, PagedSpace* owner);
874 void InitializeAsAnchor(PagedSpace* owner);
    [all...]
mark-compact.cc 141 static void VerifyMarking(PagedSpace* space) {
214 static void VerifyEvacuation(Heap* heap, PagedSpace* space) {
277 static void TraceFragmentation(PagedSpace* space) {
338 static void VerifyValidSlotsBufferEntries(Heap* heap, PagedSpace* space) {
389 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) {
448 static void ClearMarkbitsInPagedSpace(PagedSpace* space) {
507 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {}
519 PagedSpace* space_;
542 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner())
    [all...]
store-buffer.h 17 class PagedSpace;
store-buffer.cc 477 PagedSpace* owner = reinterpret_cast<PagedSpace*>(page->owner());
incremental-marking.cc 374 PagedSpace* space) {
407 void IncrementalMarking::ActivateIncrementalWriteBarrier(PagedSpace* space) {
    [all...]