/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 36 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::Alloc(Thread* self, in Alloc() function 54 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::Alloc(Thread* self, in Alloc() function
|
D | class-alloc-inl.h | 50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
|
D | stack_trace_element.cc | 30 ObjPtr<StackTraceElement> StackTraceElement::Alloc(Thread* self, in Alloc() function in art::mirror::StackTraceElement
|
D | class_ext.cc | 117 ObjPtr<ClassExt> ClassExt::Alloc(Thread* self) { in Alloc() function in art::mirror::ClassExt
|
D | array-alloc-inl.h | 119 inline ObjPtr<Array> Array::Alloc(Thread* self, in Alloc() function
|
D | array.cc | 123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function in art::mirror::PrimitiveArray
|
D | string-alloc-inl.h | 159 inline ObjPtr<String> String::Alloc(Thread* self, in Alloc() function
|
/art/libartbase/base/ |
D | allocator.cc | 33 void* Alloc(size_t size) override { in Alloc() function in art::MallocAllocator 52 void* Alloc(size_t size ATTRIBUTE_UNUSED) override { in Alloc() function in art::NoopAllocator
|
D | arena_bit_vector.cc | 65 void* Alloc(size_t size) override { in Alloc() function in art::ArenaBitVectorAllocator
|
D | scoped_arena_allocator.h | 97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
|
D | bit_vector_test.cc | 76 void* Alloc(size_t s) override { in Alloc() function 321 void* Alloc(size_t s) override { in Alloc() function in art::SingleAllocator
|
/art/runtime/gc/space/ |
D | bump_pointer_space-inl.h | 28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | dlmalloc_space.h | 62 mirror::Object* Alloc(Thread* self, in Alloc() function
|
D | region_space-inl.h | 31 inline mirror::Object* RegionSpace::Alloc(Thread* self ATTRIBUTE_UNUSED, in Alloc() function 99 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() function
|
D | rosalloc_space.h | 59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
|
D | zygote_space.cc | 94 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 | 54 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::MemoryToolLargeObjectMapSpace 136 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace 500 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 | 128 kUseObjSizeForUsable>::Alloc( in Alloc() function
|
D | space_test.h | 67 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 | 108 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
|
/art/runtime/jit/ |
D | debugger_interface.cc | 218 static const void* Alloc(size_t size) { return malloc(size); } in Alloc() function 227 static const void* Alloc(size_t size) { return Memory()->AllocateData(size); } in Alloc() function
|
/art/test/004-ThreadStress/src-art/ |
D | Main.java | 131 private final static class Alloc extends Operation { class in Main
|
/art/dt_fd_forward/ |
D | dt_fd_forward.cc | 654 void* FdForwardTransport::Alloc(size_t s) { in Alloc() function in dt_fd_forward::FdForwardTransport
|