Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h100 class SetLengthVisitor {
102 explicit SetLengthVisitor(int32_t length) : length_(length) { in SetLengthVisitor() function
116 DISALLOW_COPY_AND_ASSIGN(SetLengthVisitor);
180 SetLengthVisitor visitor(component_count); in Alloc()