Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-alloc-inl.h86 class SetLengthToUsableSizeVisitor {
88 SetLengthToUsableSizeVisitor(int32_t min_length, size_t header_size, in SetLengthToUsableSizeVisitor() function
115 DISALLOW_COPY_AND_ASSIGN(SetLengthToUsableSizeVisitor);
150 SetLengthToUsableSizeVisitor visitor(component_count, in Alloc()