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

/art/runtime/base/
H A Darena_containers.h172 size_type max_size() const { function in class:art::ArenaAllocatorAdapter
181 DCHECK_LE(n, max_size());
H A Dscoped_arena_containers.h143 size_type max_size() const { function in class:art::ScopedArenaAllocatorAdapter
152 DCHECK_LE(n, max_size());
/art/compiler/utils/
H A Dswap_space.h158 size_type max_size() const { function in class:art::SwapAllocator
166 DCHECK_LE(n, max_size());
H A Dintrusive_forward_list.h165 size_t max_size() { return static_cast<size_t>(-1); } function in class:art::IntrusiveForwardList
/art/runtime/
H A Dreference_table.cc33 ReferenceTable::ReferenceTable(const char* name, size_t initial_size, size_t max_size) argument
34 : name_(name), max_size_(max_size) {
35 CHECK_LE(initial_size, max_size);

Completed in 486 milliseconds