Home
last modified time | relevance | path

Searched refs:set_top (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/heap/
Dworklist.h285 set_top(other.top_); in Swap()
286 other.set_top(temp); in Swap()
295 set_top(segment); in Push()
305 set_top(top_->next()); in Pop()
331 set_top(nullptr); in Clear()
381 other->set_top(nullptr); in Merge()
393 set_top(top); in Merge()
398 void set_top(Segment* segment) { in set_top() function
Dpaged-spaces-inl.h86 allocation_info_.set_top(object_address); in TryFreeLast()
106 allocation_info_.set_top(new_top); in AllocateFastUnaligned()
121 allocation_info_.set_top(new_top); in AllocateFastAligned()
Dspaces-inl.h146 allocation_info_.set_top(new_top); in AllocateRawAligned()
171 allocation_info_.set_top(other->allocation_info_.top()); in TryMerge()
182 allocation_info_.set_top(object_address); in TryFreeLast()
Dnew-spaces-inl.h117 allocation_info_.set_top(top + size_in_bytes); in AllocateFastUnaligned()
142 allocation_info_.set_top(top + aligned_size_in_bytes); in AllocateFastAligned()
Dfree-list.cc24 set_top(FreeSpace()); in Reset()
39 set_top(node.next()); in PickNodeFromList()
56 set_top(cur_node.next()); in SearchForNodeInList()
78 set_top(free_space); in Free()
Dspaces.h369 set_top(top); in Reset()
377 V8_INLINE void set_top(Address top) { in set_top() function
Dfree-list.h90 void set_top(FreeSpace top) { top_ = top; } in set_top() function
Dnew-spaces.cc563 allocation_info_.set_top(info.top()); in MaybeFreeUnusedLab()
/external/v8/src/heap/base/
Dworklist.h73 void set_top(Segment* segment) { in set_top() function
87 set_top(segment); in Push()
98 set_top(top_->next()); in Pop()
126 set_top(nullptr); in Clear()
177 other->set_top(nullptr); in Merge()
189 set_top(top); in Merge()
/external/skqp/src/gpu/
DGrTessellator.cpp980 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_top() function
1032 set_top(other, edge->fBottom, activeEdges, current, c); in merge_edges_below()
1036 set_top(edge, other->fBottom, activeEdges, current, c); in merge_edges_below()
1090 set_top(edge, v, activeEdges, current, c); in split_edge()
1164 set_top(edge, dst, nullptr, nullptr, c); in merge_vertices()
/external/skia/src/gpu/
DGrTessellator.cpp1076 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_top() function
1128 set_top(other, edge->fBottom, activeEdges, current, c); in merge_edges_below()
1132 set_top(edge, other->fBottom, activeEdges, current, c); in merge_edges_below()
1185 set_top(edge, v, activeEdges, current, c); in split_edge()
1259 set_top(edge, dst, nullptr, nullptr, c); in merge_vertices()