Home
last modified time | relevance | path

Searched refs:space_ (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dconcurrent-allocator.cc87 if (lab_.IsValid() && space_->identity() == CODE_SPACE) { in FreeLinearAllocationArea()
97 if (lab_.IsValid() && space_->identity() == CODE_SPACE) { in MakeLinearAllocationAreaIterable()
135 auto result = space_->RawRefillLabBackground( in EnsureLab()
148 space_->heap(), AllocationResult::FromObject(object), result->second); in EnsureLab()
158 auto result = space_->RawRefillLabBackground(local_heap_, object_size, in AllocateOutsideLab()
176 Heap* ConcurrentAllocator::owning_heap() const { return space_->heap(); } in owning_heap()
Dconcurrent-allocator.h42 space_(space), in ConcurrentAllocator()
73 PagedSpace* const space_; variable
Dpaged-spaces-inl.h37 DCHECK_EQ(space_->identity(), CODE_SPACE); in FromCurrentPage()
38 DCHECK_CODEOBJECT_SIZE(obj_size, space_); in FromCurrentPage()
Dread-only-spaces.cc447 : cur_addr_(kNullAddress), cur_end_(kNullAddress), space_(space) {} in ReadOnlySpaceObjectIterator()
461 if (cur_addr_ == space_->top() && cur_addr_ != space_->limit()) { in FromCurrentPage()
462 cur_addr_ = space_->limit(); in FromCurrentPage()
472 DCHECK_CODEOBJECT_SIZE(obj_size, space_); in FromCurrentPage()
484 const ReadOnlySpace* const space_; member in v8::internal::__anon26ef557f0111::ReadOnlySpaceObjectIterator
Dheap-inl.h156 return static_cast<PagedSpace*>(space_[idx]); in paged_space()
159 Space* Heap::space(int idx) { return space_[idx]; } in space()
Dpaged-spaces.cc36 space_(space), in PagedSpaceObjectIterator()
45 USE(space_); in PagedSpaceObjectIterator()
53 space_(space), in PagedSpaceObjectIterator()
Dpaged-spaces.h72 const PagedSpace* const space_; variable
Dheap.cc5758 space_[i] = nullptr; in SetUp()
5779 space_[RO_SPACE] = nullptr; in SetUpFromReadOnlyHeap()
5821 space_[NEW_SPACE] = new_space_ = new NewSpace( in SetUpSpaces()
5824 space_[NEW_LO_SPACE] = new_lo_space_ = in SetUpSpaces()
5827 space_[OLD_SPACE] = old_space_ = new OldSpace(this, old_allocation_info); in SetUpSpaces()
5828 space_[CODE_SPACE] = code_space_ = new CodeSpace(this); in SetUpSpaces()
5830 space_[MAP_SPACE] = map_space_ = new MapSpace(this); in SetUpSpaces()
5832 space_[LO_SPACE] = lo_space_ = new OldLargeObjectSpace(this); in SetUpSpaces()
5833 space_[CODE_LO_SPACE] = code_lo_space_ = new CodeLargeObjectSpace(this); in SetUpSpaces()
6185 delete space_[i]; in TearDown()
[all …]
Dheap.h2185 Space* space_[LAST_SPACE + 1]; variable
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc22 space_ = NewArray<char>(bytes); in allocate()
23 return space_; in allocate()
458 return space_; in grow()
462 return space_; in grow()
464 MemCopy(new_space, space_, *bytes); in grow()
466 DeleteArray(space_); in grow()
467 space_ = new_space; in grow()
Dstring-stream.h38 ~HeapStringAllocator() override { DeleteArray(space_); } in ~HeapStringAllocator()
43 char* space_;
/third_party/node/deps/v8/src/heap/cppgc/
Dcompactor.cc227 : space_(space), movable_references_(movable_references) {} in CompactionState()
230 DCHECK_EQ(space_, &page->space()); in AddPage()
300 DCHECK_EQ(space_, &current_page_->space()); in ReturnCurrentPageToSpace()
301 space_->AddPage(current_page_); in ReturnCurrentPageToSpace()
309 space_->free_list().Add({free_start, freed_size}); in ReturnCurrentPageToSpace()
314 NormalPageSpace* space_; member in cppgc::internal::__anon83e821cc0111::CompactionState
Dheap-page.cc117 : heap_(heap), space_(space), type_(type) { in BasePage()
120 DCHECK_EQ(&heap_.raw_heap(), space_.raw_heap()); in BasePage()
Dheap-page.h38 BaseSpace& space() const { return space_; } in space()
95 BaseSpace& space_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc114 if (src->ptr_ == src->space_) { in MoveFrom()
130 T space_[kInline]; member in absl::synchronization_internal::__anon7634156e0111::Vec
135 ptr_ = space_; in Init()
141 if (ptr_ != space_) base_internal::LowLevelAlloc::Free(ptr_); in Discard()
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc57 space_(space) {} in NodeBlock()
64 GlobalHandles::NodeSpace<NodeType>* space() const { return space_; } in space()
111 GlobalHandles::NodeSpace<NodeType>* const space_; member in v8::internal::GlobalHandles::NodeBlock
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt1652 with respect to, the framebuffer are collectively the _framebuffer-space_