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

/art/runtime/gc/space/
H A Ddlmalloc_space.h92 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
103 size_t Capacity() const { function in class:art::gc::space::DlMallocSpace
H A Dspace.h259 virtual size_t Capacity() const { function in class:art::gc::space::MemMapSpace
263 // Size of the space without a limit on its growth. By default this is just the Capacity, but
266 return Capacity();
/art/runtime/gc/accounting/
H A Datomic_stack.h36 // Capacity is how many elements we can store in the stack.
124 size_t Capacity() const { function in class:art::gc::accounting::AtomicStack
/art/runtime/
H A Dindirect_reference_table.h298 size_t Capacity() const { function in class:art::IndirectReferenceTable
303 return IrtIterator(table_, 0, Capacity());
307 return IrtIterator(table_, Capacity(), Capacity());
/art/compiler/utils/
H A Dassembler.h250 int ComputeGap() { return buffer_->Capacity() - buffer_->Size(); }
292 size_t Capacity() const { function in class:art::AssemblerBuffer

Completed in 154 milliseconds