Searched defs:SetLengthVisitor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Darray-inl.h98 class SetLengthVisitor { class in namespace:art::mirror
100 explicit SetLengthVisitor(int32_t length) : length_(length) { function in class:art::mirror::SetLengthVisitor
115 DISALLOW_COPY_AND_ASSIGN(SetLengthVisitor);
118 // Similar to SetLengthVisitor, used for setting the array length to fill the usable size of an
176 SetLengthVisitor visitor(component_count);

Completed in 62 milliseconds