Lines Matching defs:PagedSpace
33 PagedSpace* space)
49 PagedSpace* space,
80 Page* PagedSpace::InitializePage(MemoryChunk* chunk) {
95 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space,
106 void PagedSpace::TearDown() {
116 void PagedSpace::RefillFreeList() {
117 // Any PagedSpace might invoke RefillFreeList. We filter all but our old
142 PagedSpace* owner = reinterpret_cast<PagedSpace*>(p->owner());
160 void PagedSpace::MergeCompactionSpace(CompactionSpace* other) {
208 size_t PagedSpace::CommittedPhysicalMemory() const {
217 void PagedSpace::IncrementCommittedPhysicalMemory(size_t increment_value) {
225 void PagedSpace::DecrementCommittedPhysicalMemory(size_t decrement_value) {
234 void PagedSpace::VerifyCommittedPhysicalMemory() const {
246 bool PagedSpace::ContainsSlow(Address addr) const {
254 void PagedSpace::RefineAllocatedBytesAfterSweeping(Page* page) {
270 Page* PagedSpace::RemovePageSafe(int size_in_bytes) {
278 size_t PagedSpace::AddPage(Page* page) {
293 void PagedSpace::RemovePage(Page* page) {
307 void PagedSpace::SetTopAndLimit(Address top, Address limit) {
320 size_t PagedSpace::ShrinkPageToHighWaterMark(Page* page) {
327 void PagedSpace::ResetFreeList() {
334 void PagedSpace::ShrinkImmortalImmovablePages() {
345 Page* PagedSpace::Expand() {
356 base::Optional<std::pair<Address, size_t>> PagedSpace::ExpandBackground(
374 int PagedSpace::CountTotalPages() const {
383 void PagedSpace::SetLinearAllocationArea(Address top, Address limit) {
391 void PagedSpace::DecreaseLimit(Address new_limit) {
414 void PagedSpace::MarkLinearAllocationAreaBlack() {
424 void PagedSpace::UnmarkLinearAllocationArea() {
433 void PagedSpace::MakeLinearAllocationAreaIterable() {
450 size_t PagedSpace::Available() const {
464 void PagedSpace::FreeLinearAllocationArea() {
500 void PagedSpace::ReleasePage(Page* page) {
523 void PagedSpace::SetReadable() {
531 void PagedSpace::SetReadAndExecutable() {
539 void PagedSpace::SetCodeModificationPermissions() {
547 std::unique_ptr<ObjectIterator> PagedSpace::GetObjectIterator(Heap* heap) {
552 bool PagedSpace::TryAllocationFromFreeListMain(size_t size_in_bytes,
605 base::Optional<std::pair<Address, size_t>> PagedSpace::RawRefillLabBackground(
676 PagedSpace::TryAllocationFromFreeListBackground(size_t min_size_in_bytes,
722 bool PagedSpace::IsSweepingAllowedOnThread(LocalHeap* local_heap) const {
729 void PagedSpace::Print() {}
733 void PagedSpace::Verify(Isolate* isolate, ObjectVisitor* visitor) {
819 void PagedSpace::VerifyLiveBytes() {
839 void PagedSpace::VerifyCountersAfterSweeping(Heap* heap) {
863 void PagedSpace::VerifyCountersBeforeConcurrentSweeping() {
887 void PagedSpace::UpdateInlineAllocationLimit(size_t min_size) {
900 void PagedSpace::PrepareForMarkCompact() {
905 bool PagedSpace::RefillLabMain(int size_in_bytes, AllocationOrigin origin) {
913 Page* page = PagedSpace::Expand();
923 bool PagedSpace::TryExpand(int size_in_bytes, AllocationOrigin origin) {
935 bool PagedSpace::RawRefillLabMain(int size_in_bytes, AllocationOrigin origin) {
962 PagedSpace* main_space = heap()->paged_space(identity());
992 bool PagedSpace::ContributeToSweepingMain(int required_freed_bytes,
1011 void PagedSpace::AddRangeToActiveSystemPages(Page* page, Address start,
1025 void PagedSpace::ReduceActiveSystemPages(
1033 bool PagedSpace::EnsureAllocation(int size_in_bytes,