Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 23 of 23) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space_random_test.cc26 size_t capacity, byte* requested_begin) { in CreateDlMallocSpace()
Ddlmalloc_space_base_test.cc27 size_t capacity, byte* requested_begin) { in CreateDlMallocSpace()
Drosalloc_space_static_test.cc24 size_t capacity, byte* requested_begin) { in CreateRosAllocSpace()
Drosalloc_space_base_test.cc24 size_t capacity, byte* requested_begin) { in CreateRosAllocSpace()
Drosalloc_space_random_test.cc24 size_t capacity, byte* requested_begin) { in CreateRosAllocSpace()
Ddlmalloc_space_static_test.cc26 size_t capacity, byte* requested_begin) { in CreateDlMallocSpace()
Dmalloc_space.cc69 size_t* growth_limit, size_t* capacity, byte* requested_begin) { in CreateMemMap()
176 const size_t capacity = Capacity() - size; in CreateZygoteSpace() local
Dspace.cc75 const size_t capacity = static_cast<size_t>(std::numeric_limits<uint32_t>::max()); in DiscontinuousSpace() local
Ddlmalloc_space.cc50 size_t growth_limit, size_t capacity, in CreateFromMemMap()
78 size_t growth_limit, size_t capacity, byte* requested_begin, in Create()
Drosalloc_space.cc56 size_t growth_limit, size_t capacity, in CreateFromMemMap()
89 size_t growth_limit, size_t capacity, byte* requested_begin, in Create()
Dbump_pointer_space.cc27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create()
Dspace_test.h549 size_t capacity = 16 * MB; in SizeFootPrintGrowthLimitAndTrimDriver() local
/art/runtime/gc/accounting/
Datomic_stack.h38 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create()
183 AtomicStack(const std::string& name, size_t growth_limit, size_t capacity) in AtomicStack()
Dcard_table.cc60 size_t capacity = heap_capacity / kCardSize; in Create() local
Dspace_bitmap.cc31 size_t SpaceBitmap<kAlignment>::ComputeBitmapSize(uint64_t capacity) { in ComputeBitmapSize()
/art/runtime/base/
Dstringpiece.h146 int capacity() const { return length_; } in capacity() function
/art/runtime/
Dindirect_reference_table.h227 explicit IrtIterator(IrtEntry* table, size_t i, size_t capacity) in IrtIterator()
Dcheck_jni.cc1206 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame()
1259 static jint EnsureLocalCapacity(JNIEnv *env, jint capacity) { in EnsureLocalCapacity()
1758 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { in NewDirectByteBuffer()
Djni_internal.cc772 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame()
2494 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { in NewDirectByteBuffer()
2570 const size_t capacity = soa.Env()->locals.Capacity(); in EnsureLocalCapacity() local
2994 void JNIEnvExt::PushFrame(int capacity) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in PushFrame()
/art/compiler/utils/
Dassembler.cc33 static byte* NewContents(size_t capacity) { in NewContents()
Dassembler.h343 static byte* ComputeLimit(byte* data, size_t capacity) { in ComputeLimit()
/art/runtime/gc/
Dheap.cc118 size_t capacity, size_t non_moving_space_capacity, const std::string& image_file_name, in Heap()
453 MemMap* Heap::MapAnonymousPreferredAddress(const char* name, byte* request_begin, size_t capacity, in MapAnonymousPreferredAddress()
468 size_t growth_limit, size_t capacity, in CreateMallocSpaceFromMemMap()
493 size_t capacity) { in CreateMainMallocSpace()
/art/runtime/gc/allocator/
Drosalloc.cc50 RosAlloc::RosAlloc(void* base, size_t capacity, size_t max_capacity, in RosAlloc()