Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Djvmti_allocator.h106 size_type max_size() const { in max_size() function
/art/libartbase/base/
Dscoped_arena_containers.h176 size_type max_size() const { in max_size() function
Darena_containers.h190 size_type max_size() const { in max_size() function
Dintrusive_forward_list.h176 size_t max_size() { return static_cast<size_t>(-1); } in max_size() function
/art/compiler/utils/
Dswap_space.h171 size_type max_size() const { in max_size() function
/art/runtime/
Dreference_table.cc40 ReferenceTable::ReferenceTable(const char* name, size_t initial_size, size_t max_size) in ReferenceTable()