Searched refs:set_top (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/heap/
H A Dspaces-inl.h387 allocation_info_.set_top(new_top);
400 allocation_info_.set_top(new_top);
418 allocation_info_.set_top(new_top);
540 allocation_info_.set_top(top + aligned_size_in_bytes);
565 allocation_info_.set_top(top + size_in_bytes);
627 allocation_info_.set_top(other->allocation_info_.top());
H A Dmark-compact.h128 void set_top(int top) { top_ = top; } function in class:v8::internal::MarkingDeque
H A Dspaces.h204 void set_top(FreeSpace* top) { top_ = top; } function in class:v8::internal::FreeListCategory
1480 set_top(top);
1490 INLINE(void set_top(Address top)) {
H A Dspaces.cc2349 set_top(nullptr);
2360 set_top(node->next());
2391 set_top(cur_node->next());
2410 set_top(free_space);
H A Dincremental-marking.cc836 marking_deque->set_top(new_top);
/external/skia/src/gpu/
H A DGrTessellator.cpp908 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c) { function in namespace:__anon17043
951 set_top(other, edge->fBottom, activeEdges, c);
954 set_top(edge, other->fBottom, activeEdges, c);
1016 set_top(edge, v, activeEdges, c);
1055 set_top(edge, dst, nullptr, c);

Completed in 138 milliseconds