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

/art/runtime/gc/space/
H A Dbump_pointer_space.h84 size_t Capacity() const { function in class:art::gc::space::FINAL
H A Dmalloc_space.h98 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
109 size_t Capacity() const { function in class:art::gc::space::MallocSpace
H A Dspace.h303 virtual size_t Capacity() const { function in class:art::gc::space::ContinuousSpace
374 // Size of the space without a limit on its growth. By default this is just the Capacity, but
377 return Capacity();
/art/runtime/gc/accounting/
H A Datomic_stack.h57 // Capacity is how many elements we can store in the stack.
176 size_t Capacity() const { function in class:art::gc::accounting::AtomicStack
/art/runtime/
H A Dindirect_reference_table.h284 size_t Capacity() const { function in class:art::IndirectReferenceTable
290 return IrtIterator(table_, 0, Capacity());
294 return IrtIterator(table_, Capacity(), Capacity());
/art/compiler/utils/
H A Dassembler.h117 if (new_size > Capacity()) {
213 int ComputeGap() { return buffer_->Capacity() - buffer_->Size(); }
240 size_t Capacity() const { function in class:art::AssemblerBuffer
246 // The provided `min_capacity` must be higher than current `Capacity()`.

Completed in 101 milliseconds