HomeSort by relevance Sort by last modified time
    Searched refs:PagedSpace (Results 1 - 8 of 8) 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-inl.h 64 PagedSpace* owner = MemoryAllocator::PageOwner(this);
164 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) {
198 PagedSpace* MemoryAllocator::PageOwner(Page* page) {
243 // PagedSpace
245 bool PagedSpace::Contains(Address addr) {
257 HeapObject* PagedSpace::AllocateLinearly(AllocationInfo* alloc_info,
271 Object* PagedSpace::AllocateRaw(int size_in_bytes) {
285 Object* PagedSpace::MCAllocateRaw(int size_in_bytes) {
mark-compact.h 301 static void EncodeForwardingAddressesInPagedSpace(PagedSpace* space);
307 static int IterateLiveObjects(PagedSpace* space, HeapObjectCallback size_f);
385 PagedSpace* space);
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...]
mark-compact.cc 132 for (PagedSpace* space = spaces.next();
    [all...]
heap.h     [all...]
heap.cc 491 PagedSpace* old_pointer_space = Heap::old_pointer_space();
492 PagedSpace* old_data_space = Heap::old_data_space();
493 PagedSpace* code_space = Heap::code_space();
494 PagedSpace* map_space = Heap::map_space();
495 PagedSpace* cell_space = Heap::cell_space();
1015 void Heap::RebuildRSets(PagedSpace* space) {
    [all...]
serialize.cc 527 new_allocation = reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size);
    [all...]

Completed in 338 milliseconds