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

  /external/v8/src/
spaces.h 88 class PagedSpace;
432 static Page* CommitPages(Address start, size_t size, PagedSpace* owner,
458 // allocated_pages. If the PagedSpace owner is executable and there is
461 PagedSpace* owner);
499 static inline bool IsPageInSpace(Page* p, PagedSpace* space);
502 static inline PagedSpace* PageOwner(Page* page);
549 void init(Address a, size_t s, PagedSpace* o) {
556 PagedSpace* owner() { return owner_; }
561 PagedSpace* owner_;
595 PagedSpace* owner)
    [all...]
spaces.cc 48 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
53 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
59 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start) {
64 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start,
116 PageIterator::PageIterator(PagedSpace* space, Mode mode) : space_(space) {
413 PagedSpace* owner) {
445 PagedSpace* owner, int* num_pages) {
508 PagedSpace* owner) {
626 // PagedSpace implementation
628 PagedSpace::PagedSpace(int max_capacity
    [all...]

Completed in 25 milliseconds