HomeSort by relevance Sort by last modified time
    Searched refs:set_top (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/protos/
ProtoHelpers.h 27 dest->set_top(src.top);
  /external/v8/src/heap/
spaces-inl.h 319 allocation_info_.set_top(new_top);
332 allocation_info_.set_top(new_top);
350 allocation_info_.set_top(new_top);
459 allocation_info_.set_top(top + aligned_size_in_bytes);
484 allocation_info_.set_top(top + size_in_bytes);
543 allocation_info_.set_top(other->allocation_info_.top());
spaces.cc     [all...]
mark-compact.h 246 void set_top(int top) { top_ = top; } function in class:v8::internal::MarkingDeque
spaces.h 1679 void set_top(FreeSpace* top) { top_.SetValue(top); } function in class:v8::internal::FreeListCategory
    [all...]
incremental-marking.cc 819 marking_deque->set_top(new_top);
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 773 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c) { function in namespace:__anon23013
823 set_top(other, edge->fBottom, activeEdges, c);
827 set_top(edge, other->fBottom, activeEdges, c);
    [all...]
  /frameworks/base/libs/hwui/
RenderNode.cpp 154 pprops->set_top(properties().getTop());
    [all...]

Completed in 751 milliseconds