Home
last modified time | relevance | path

Searched refs:Page (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/v8/test/cctest/
Dtest-spaces.cc40 Page* p = Page::FromAddress(page_start);
42 p->SetRegionMarks(Page::kAllRegionsCleanMarks);
47 CHECK(!Page::FromAddress(addr)->IsRegionDirty(addr));
53 Page::FromAddress(addr)->MarkRegionDirty(addr);
59 CHECK(Page::FromAddress(addr)->IsRegionDirty(addr));
68 TEST(Page) {
69 byte* mem = NewArray<byte>(2*Page::kPageSize);
73 Address page_start = RoundUp(start, Page::kPageSize);
75 Page* p = Page::FromAddress(page_start);
85 CHECK(p->ObjectAreaStart() == page_start + Page::kObjectStartOffset);
[all …]
/external/v8/src/heap/
Dspaces-inl.h41 Page* PageIterator::next() { in next()
119 void MemoryAllocator::ProtectChunkFromPage(Page* page) { in ProtectChunkFromPage()
125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { in UnprotectChunkFromPage()
136 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, in Initialize()
138 Page* page = reinterpret_cast<Page*>(chunk); in Initialize()
151 Page* p = Page::FromAddress(addr); in Contains()
171 OffsetFrom(addr) & ~Page::kPageAlignmentMask); in FromAnyPointerAddress()
209 Page* Page::next_page() { in next_page()
211 return static_cast<Page*>(next_chunk()); in next_page()
215 Page* Page::prev_page() { in prev_page()
[all …]
Dspaces.h79 DCHECK((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
85 DCHECK((0 < size) && (size <= Page::kMaxRegularHeapObjectSize))
88 DCHECK((Page::kObjectStartOffset <= offset) && (offset <= Page::kPageSize))
703 class Page : public MemoryChunk {
709 INLINE(static Page* FromAddress(Address a)) { in INLINE()
710 return reinterpret_cast<Page*>(OffsetFrom(a) & ~kPageAlignmentMask); in INLINE()
717 INLINE(static Page* FromAllocationTop(Address top)) { in INLINE()
718 Page* p = FromAddress(top - kPointerSize); in INLINE()
723 inline Page* next_page();
724 inline Page* prev_page();
[all …]
Dspaces.cc40 HeapObjectIterator::HeapObjectIterator(Page* page, in HeapObjectIterator()
71 Page* cur_page; in AdvanceToNextPage()
75 cur_page = Page::FromAddress(cur_addr_ - 1); in AdvanceToNextPage()
200 if (aligned_requested >= (current.size - Page::kPageSize)) { in AllocateRawMemory()
263 capacity_ = RoundUp(capacity, Page::kPageSize); in SetUp()
264 capacity_executable_ = RoundUp(capacity_executable, Page::kPageSize); in SetUp()
391 void Page::InitializeAsAnchor(PagedSpace* owner) { in InitializeAsAnchor()
401 Address area_end = start + Page::kPageSize; in Initialize()
404 MemoryChunk::Initialize(heap, start, Page::kPageSize, area_start, in Initialize()
646 ZapBlock(base, Page::kObjectStartOffset + commit_area_size); in AllocateChunk()
[all …]
Dmark-compact.h511 void AddEvacuationCandidate(Page* p);
566 return Page::FromAddress(reinterpret_cast<Address>(anchor)) in INLINE()
571 return Page::FromAddress(reinterpret_cast<Address>(host)) in INLINE()
576 return Page::FromAddress(reinterpret_cast<Address>(obj)) in INLINE()
580 INLINE(void EvictEvacuationCandidate(Page* page)) { in INLINE()
597 page->SetFlag(Page::RESCAN_ON_EVACUATION); in INLINE()
633 int SweepInParallel(Page* page, PagedSpace* space);
851 void EvacuateLiveObjectsFromPage(Page* p);
887 List<Page*> evacuation_candidates_;
Dstore-buffer.cc167 {97, ((Page::kPageSize / kPointerSize) / 97) / 8}, in EnsureSpace()
168 {23, ((Page::kPageSize / kPointerSize) / 23) / 16}, in EnsureSpace()
169 {7, ((Page::kPageSize / kPointerSize) / 7) / 32}, in EnsureSpace()
170 {3, ((Page::kPageSize / kPointerSize) / 3) / 256}, in EnsureSpace()
478 Page* page = reinterpret_cast<Page*>(chunk); in IteratePointersToNewSpace()
555 int_addr & (Page::kPageAlignmentMask >> kPointerSizeLog2); in Compact()
Dmark-compact.cc129 Page* p = it.next(); in VerifyMarking()
170 static void VerifyEvacuation(Page* page) { in VerifyEvacuation()
209 Page* p = it.next(); in VerifyEvacuation()
337 void MarkCompactCollector::AddEvacuationCandidate(Page* p) { in AddEvacuationCandidate()
440 Page* p = it.next(); in VerifyMarkbitsAreClean()
471 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes()); in VerifyMarkbitsAreClean()
530 Page::FromAddress(obj->address())->ResetProgressBar(); in ClearMarkbits()
531 Page::FromAddress(obj->address())->ResetLiveBytes(); in ClearMarkbits()
720 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation()
785 Candidate(int f, Page* p) : fragmentation_(f), page_(p) {} in CollectEvacuationCandidates()
[all …]
Dmark-compact-inl.h60 Page* object_page = Page::FromAddress(reinterpret_cast<Address>(object)); in RecordSlot()
Dstore-buffer.h16 class Page; variable
162 void IteratePointersOnPage(PagedSpace* space, Page* page,
/external/pdfium/testing/resources/javascript/
Ddocument_props.in19 % Page number 0.
21 /Type /Page
28 % Page number 1.
30 /Type /Page
37 % Page number 2.
39 /Type /Page
46 % Page number 3.
48 /Type /Page
Ddocument_methods.in19 % Page number 0.
21 /Type /Page
29 % Page number 1.
31 /Type /Page
38 % Page number 2.
40 /Type /Page
47 % Page number 3.
49 /Type /Page
Dapp_alert.in16 % Page number 0.
18 /Type /Page
Dconsts.in16 % Page number 0.
18 /Type /Page
/external/skia/experimental/tools/
DPageCachingDocument.cpp34 struct Page { struct in __anon6a52425f0111::PageCachingDocument
40 SkTDArray<Page> fPages;
53 for (Page* p = fPages.begin(); p != fPages.end(); ++p) { in ~PageCachingDocument()
54 p->~Page(); in ~PageCachingDocument()
61 Page* page = fPages.push(); in onBeginPage()
79 for (Page* page = fPages.begin(); page != fPages.end(); ++page) { in onClose()
/external/pdfium/testing/resources/
Dnamed_dests.in20 % Page number 0.
22 /Type /Page
31 % Page number 1.
33 /Type /Page
Dbug_113.in7 /Type /Page
14 /Type /Page
/external/libpcap/doc/
Dpcap.txt55 Degioanni & Risso Expires August 30, 2004 [Page 1]
111 Degioanni & Risso Expires August 30, 2004 [Page 2]
167 Degioanni & Risso Expires August 30, 2004 [Page 3]
223 Degioanni & Risso Expires August 30, 2004 [Page 4]
279 Degioanni & Risso Expires August 30, 2004 [Page 5]
335 Degioanni & Risso Expires August 30, 2004 [Page 6]
391 Degioanni & Risso Expires August 30, 2004 [Page 7]
447 Degioanni & Risso Expires August 30, 2004 [Page 8]
503 Degioanni & Risso Expires August 30, 2004 [Page 9]
559 Degioanni & Risso Expires August 30, 2004 [Page 10]
[all …]
/external/libvorbis/doc/
Drfc5215.txt58 Barbato Standards Track [Page 1]
114 Barbato Standards Track [Page 2]
170 Barbato Standards Track [Page 3]
226 Barbato Standards Track [Page 4]
282 Barbato Standards Track [Page 5]
338 Barbato Standards Track [Page 6]
394 Barbato Standards Track [Page 7]
450 Barbato Standards Track [Page 8]
506 Barbato Standards Track [Page 9]
562 Barbato Standards Track [Page 10]
[all …]
/external/zlib/src/doc/
Drfc1950.txt58 Deutsch & Gailly Informational [Page 1]
114 Deutsch & Gailly Informational [Page 2]
170 Deutsch & Gailly Informational [Page 3]
226 Deutsch & Gailly Informational [Page 4]
282 Deutsch & Gailly Informational [Page 5]
338 Deutsch & Gailly Informational [Page 6]
394 Deutsch & Gailly Informational [Page 7]
450 Deutsch & Gailly Informational [Page 8]
506 Deutsch & Gailly Informational [Page 9]
562 Deutsch & Gailly Informational [Page 10]
[all …]
Drfc1951.txt58 Deutsch Informational [Page 1]
114 Deutsch Informational [Page 2]
170 Deutsch Informational [Page 3]
226 Deutsch Informational [Page 4]
282 Deutsch Informational [Page 5]
338 Deutsch Informational [Page 6]
394 Deutsch Informational [Page 7]
450 Deutsch Informational [Page 8]
506 Deutsch Informational [Page 9]
562 Deutsch Informational [Page 10]
[all …]
Drfc1952.txt58 Deutsch Informational [Page 1]
114 Deutsch Informational [Page 2]
170 Deutsch Informational [Page 3]
226 Deutsch Informational [Page 4]
282 Deutsch Informational [Page 5]
338 Deutsch Informational [Page 6]
394 Deutsch Informational [Page 7]
450 Deutsch Informational [Page 8]
506 Deutsch Informational [Page 9]
562 Deutsch Informational [Page 10]
[all …]
/external/libogg/doc/
Drfc5334.txt58 Goncalves, et al. Standards Track [Page 1]
114 Goncalves, et al. Standards Track [Page 2]
170 Goncalves, et al. Standards Track [Page 3]
226 Goncalves, et al. Standards Track [Page 4]
282 Goncalves, et al. Standards Track [Page 5]
338 Goncalves, et al. Standards Track [Page 6]
394 Goncalves, et al. Standards Track [Page 7]
450 Goncalves, et al. Standards Track [Page 8]
506 Goncalves, et al. Standards Track [Page 9]
562 Goncalves, et al. Standards Track [Page 10]
[all …]
Drfc3533.txt58 Pfeiffer Informational [Page 1]
114 Pfeiffer Informational [Page 2]
170 Pfeiffer Informational [Page 3]
226 Pfeiffer Informational [Page 4]
282 Pfeiffer Informational [Page 5]
338 Pfeiffer Informational [Page 6]
394 Pfeiffer Informational [Page 7]
450 Pfeiffer Informational [Page 8]
506 Pfeiffer Informational [Page 9]
562 Pfeiffer Informational [Page 10]
[all …]
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt59 McGrew [Page 1]
116 McGrew [Page 2]
173 McGrew [Page 3]
230 McGrew [Page 4]
287 McGrew [Page 5]
344 McGrew [Page 6]
401 McGrew [Page 7]
458 McGrew [Page 8]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFDFFileAnnotationDictionary_autogen.cpp11 int64_t SkPdfFDFFileAnnotationDictionary::Page(SkPdfNativeDoc* doc) { in Page() function in SkPdfFDFFileAnnotationDictionary

12345678910>>...12