/art/runtime/base/ |
D | allocator.cc | 37 virtual void* Alloc(size_t size) { in Alloc() function in art::MallocAllocator 56 virtual void* Alloc(size_t size) { in Alloc() function in art::NoopAllocator
|
/art/compiler/utils/ |
D | scoped_arena_allocator.h | 66 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function 118 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
|
D | arena_bit_vector.cc | 28 virtual void* Alloc(size_t size) { in Alloc() function in art::ArenaBitVectorAllocator
|
D | swap_space.cc | 104 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
|
D | arena_allocator.h | 168 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 27 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated) { in Alloc() function
|
/art/runtime/mirror/ |
D | stack_trace_element.cc | 42 StackTraceElement* StackTraceElement::Alloc(Thread* self, Handle<String> declaring_class, in Alloc() function in art::mirror::StackTraceElement
|
D | string.cc | 117 String* String::Alloc(Thread* self, int32_t utf16_length) { in Alloc() function in art::mirror::String 126 String* String::Alloc(Thread* self, Handle<CharArray> array) { in Alloc() function in art::mirror::String
|
D | object_array-inl.h | 35 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function 47 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function
|
D | array-inl.h | 133 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, in Alloc() function 173 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function
|
D | class-inl.h | 554 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
|
/art/runtime/gc/space/ |
D | dlmalloc_space.h | 53 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | bump_pointer_space-inl.h | 26 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | rosalloc_space.h | 51 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | valgrind_malloc_space-inl.h | 50 mirror::Object* ValgrindMallocSpace<S, A>::Alloc(Thread* self, size_t num_bytes, in Alloc() function
|
D | large_object_space.cc | 40 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FINAL 110 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace 409 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FreeListSpace
|
D | zygote_space.cc | 78 mirror::Object* ZygoteSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::ZygoteSpace
|
D | space_test.h | 63 mirror::Object* Alloc(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in Alloc() function
|