Searched refs:set_top (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/heap/ |
D | worklist.h | 285 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
|
D | paged-spaces-inl.h | 86 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()
|
D | spaces-inl.h | 146 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()
|
D | new-spaces-inl.h | 117 allocation_info_.set_top(top + size_in_bytes); in AllocateFastUnaligned() 142 allocation_info_.set_top(top + aligned_size_in_bytes); in AllocateFastAligned()
|
D | free-list.cc | 24 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()
|
D | spaces.h | 369 set_top(top); in Reset() 377 V8_INLINE void set_top(Address top) { in set_top() function
|
D | free-list.h | 90 void set_top(FreeSpace top) { top_ = top; } in set_top() function
|
D | new-spaces.cc | 563 allocation_info_.set_top(info.top()); in MaybeFreeUnusedLab()
|
/external/v8/src/heap/base/ |
D | worklist.h | 73 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/ |
D | GrTessellator.cpp | 980 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/ |
D | GrTessellator.cpp | 1076 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()
|