/third_party/node/deps/v8/src/heap/ |
D | linear-allocation-area.h | 24 : 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_ == other.limit_) { in MergeIfAdjacent() [all …]
|
D | read-only-spaces.cc | 291 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() 614 top_ = kNullAddress; in FreeLinearAllocationArea() [all …]
|
D | free-list.h | 89 FreeSpace top() { return top_; } in top() 90 void set_top(FreeSpace top) { top_ = top; } in set_top() 104 FreeSpace top_; variable
|
D | read-only-spaces.h | 219 Address top() const { return top_; } in top() 250 Address top_; variable
|
/third_party/node/deps/v8/src/heap/base/ |
D | worklist.h | 77 v8::base::AsAtomicPtr(&top_)->store(segment, std::memory_order_relaxed); in set_top() 81 Segment* top_ = nullptr; variable 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_ = current->next(); in Update() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 61 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/parsing/ |
D | func-name-inferrer.h | 56 : fni_(fni), top_(fni->names_stack_.size()) { 61 fni_->names_stack_.resize(top_); 69 size_t top_;
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | frame-description.h | 63 top_(kZapUint32), in FrameDescription() 155 intptr_t GetTop() const { return top_; } in GetTop() 156 void SetTop(intptr_t top) { top_ = top; } in SetTop() 208 intptr_t top_; variable
|
/third_party/node/deps/v8/src/objects/ |
D | allocation-site-scopes-inl.h | 16 top_ = site; in InitializeTraversal() 19 current_ = Handle<AllocationSite>::New(*top_, isolate()); in InitializeTraversal()
|
D | allocation-site-scopes.h | 22 Handle<AllocationSite> top() { return top_; } in top() 36 Handle<AllocationSite> top_; variable
|
/third_party/node/deps/v8/src/compiler/ |
D | memory-lowering.h | 53 Node* top() const { return top_; } in top() 69 Node* const top_; variable
|
D | memory-lowering.cc | 699 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/ |
D | windbg.js | 627 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/ |
D | SkShaper_harfbuzz.cpp | 252 extents->y_bearing = skhb_position(-bounds.top_);
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 490 bounds->left_, bounds->top_, bounds->right_, bounds->bottom_ in buildTextBlob()
|