Home
last modified time | relevance | path

Searched refs:top_ (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dlinear-allocation-area.h24 : start_(top), top_(top), limit_(limit) { in LinearAllocationArea()
30 top_ = top; in Reset()
35 void ResetStart() { start_ = top_; } in ResetStart()
39 return (top_ + bytes) <= limit_; in CanIncrementTop()
43 Address old_top = top_; in IncrementTop()
44 top_ += bytes; in IncrementTop()
51 if ((new_top + bytes) == top_) { in DecrementTopIfAdjacent()
52 top_ = new_top; in DecrementTopIfAdjacent()
53 if (start_ > top_) { in DecrementTopIfAdjacent()
65 if (top_ in MergeIfAdjacent()
113 Address top_ = kNullAddress; global() member in v8::internal::final
[all...]
H A Dread-only-spaces.cc291 top_(kNullAddress), in ReadOnlySpace()
368 BasicMemoryChunk::UpdateHighWaterMark(top_); in RepairFreeSpacesAfterDeserialization()
514 bool allocation_pointer_found_in_space = top_ == limit_; in Verify()
524 if (page == Page::FromAllocationAreaAddress(top_)) { in Verify()
587 BasicMemoryChunk::UpdateHighWaterMark(top_); in CommittedPhysicalMemory()
599 if (top_ == kNullAddress) { in FreeLinearAllocationArea()
607 page->AddressToMarkbitIndex(top_), page->AddressToMarkbitIndex(limit_)); in FreeLinearAllocationArea()
609 heap()->CreateFillerObjectAt(top_, static_cast<int>(limit_ - top_), in FreeLinearAllocationArea()
612 BasicMemoryChunk::UpdateHighWaterMark(top_); in FreeLinearAllocationArea()
[all...]
H A Dfree-list.h89 FreeSpace top() { return top_; } in top()
90 void set_top(FreeSpace top) { top_ = top; } in set_top()
103 // |top_|: Points to the top FreeSpace in the free list category.
104 FreeSpace top_; member in v8::internal::FreeListCategory
H A Dread-only-spaces.h219 Address top() const { return top_; } in top()
250 Address top_; member in v8::internal::ReadOnlySpace
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h77 v8::base::AsAtomicPtr(&top_)->store(segment, std::memory_order_relaxed); in set_top()
81 Segment* top_ = nullptr; member in heap::base::Worklist
89 segment->set_next(top_); in Push()
97 if (top_ == nullptr) return false; in Pop()
100 *segment = top_; in Pop()
101 set_top(top_->next()); in Pop()
107 return v8::base::AsAtomicPtr(&top_)->load(std::memory_order_relaxed) == in IsEmpty()
123 Segment* current = top_; in Clear()
137 Segment* current = top_; in Update()
145 top_ in Update()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h56 : fni_(fni), top_(fni->names_stack_.size()) { in State()
61 fni_->names_stack_.resize(top_); in ~State()
69 size_t top_; member in v8::internal::FuncNameInferrer::State
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c61 uint16_t* top_; member
85 const uint16_t* const top = p->top_; in VFilter()
98 p->top_ = p->cur_; in VFilter()
232 p->top_ = p->end_ - width; in InitParams()
233 memset(p->top_, 0, width * sizeof(*p->top_)); in InitParams()
/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h63 top_(kZapUint32),
155 intptr_t GetTop() const { return top_; }
156 void SetTop(intptr_t top) { top_ = top; }
208 intptr_t top_;
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes-inl.h16 top_ = site; in InitializeTraversal()
19 current_ = Handle<AllocationSite>::New(*top_, isolate()); in InitializeTraversal()
H A Dallocation-site-scopes.h22 Handle<AllocationSite> top() { return top_; } in top()
36 Handle<AllocationSite> top_; member in v8::internal::AllocationSiteContext
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.h53 Node* top() const { return top_; } in top()
69 Node* const top_; member in v8::internal::compiler::final::final
H A Dmemory-lowering.cc699 top_(nullptr), in AllocationState()
706 top_(nullptr), in AllocationState()
712 : group_(group), size_(size), top_(top), effect_(effect) {} in AllocationState()
/third_party/node/deps/v8/tools/
H A Dwindbg.js627 h.old_space_.allocation_info_.top_);
634 h.new_space_.allocation_info_.top_,
642 h.map_space_.allocation_info_.top_);
647 h.code_space_.allocation_info_.top_);
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp255 extents->y_bearing = skhb_position(-bounds.top_);
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp614 bounds->left_, bounds->top_, bounds->right_, bounds->bottom_

Completed in 16 milliseconds