Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-alloc-inl.h65 class SetLengthVisitor {
67 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() function
81 DISALLOW_COPY_AND_ASSIGN(SetLengthVisitor);
145 SetLengthVisitor visitor(component_count); in Alloc()