/art/runtime/base/ |
D | allocator.cc | 33 void* Alloc(size_t size) { in Alloc() function in art::FINAL 52 void* Alloc(size_t size ATTRIBUTE_UNUSED) { in Alloc() function in art::FINAL
|
D | arena_bit_vector.cc | 65 virtual void* Alloc(size_t size) { in Alloc() function in art::FINAL
|
D | scoped_arena_allocator.h | 88 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { 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 | object_array-inl.h | 37 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function 52 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function
|
D | array-inl.h | 152 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, in Alloc() function 205 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function
|
D | string-inl.h | 156 inline String* String::Alloc(Thread* self, int32_t utf16_length, gc::AllocatorType allocator_type, in Alloc() function
|
D | class-inl.h | 686 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
|
/art/runtime/gc/space/ |
D | region_space-inl.h | 26 inline mirror::Object* RegionSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function 114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | bump_pointer_space-inl.h | 27 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | dlmalloc_space.h | 55 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | rosalloc_space.h | 52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | zygote_space.cc | 79 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() function in art::gc::space::ZygoteSpace
|
D | large_object_space.cc | 52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FINAL 133 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace 479 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FreeListSpace
|
D | memory_tool_malloc_space-inl.h | 116 kUseObjSizeForUsable>::Alloc( in Alloc() function
|
D | space_test.h | 68 mirror::Object* Alloc(space::MallocSpace* alloc_space, in Alloc() function
|
/art/runtime/ |
D | linear_alloc.cc | 31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc() function in art::LinearAlloc
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() function
|
/art/compiler/utils/ |
D | swap_space.cc | 107 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
|
/art/test/004-ThreadStress/src/ |
D | Main.java | 119 private final static class Alloc extends Operation { class in Main
|