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

/art/runtime/gc/space/
H A Dbump_pointer_space.h88 size_t Capacity() const { function in class:art::gc::space::FINAL
H A Dmalloc_space.h88 // MoreCore. Note this is used to stop the mspace growing beyond the limit to Capacity. When
99 size_t Capacity() const { function in class:art::gc::space::MallocSpace
H A Dspace.h302 virtual size_t Capacity() const { function in class:art::gc::space::ContinuousSpace
373 // Size of the space without a limit on its growth. By default this is just the Capacity, but
376 return Capacity();
/art/runtime/gc/accounting/
H A Datomic_stack.h65 // Capacity is how many elements we can store in the stack.
184 size_t Capacity() const { function in class:art::gc::accounting::AtomicStack
/art/runtime/
H A Dindirect_reference_table.h291 size_t Capacity() const { function in class:art::IndirectReferenceTable
304 return IrtIterator(table_, 0, Capacity());
308 return IrtIterator(table_, Capacity(), Capacity());
/art/compiler/utils/
H A Dassembler.h118 if (new_size > Capacity()) {
214 int ComputeGap() { return buffer_->Capacity() - buffer_->Size(); }
241 size_t Capacity() const { function in class:art::AssemblerBuffer
247 // The provided `min_capacity` must be higher than current `Capacity()`.

Completed in 110 milliseconds