Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/art/runtime/mirror/
H A Dobject_array-alloc-inl.h36 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
H A Dclass-alloc-inl.h50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
H A Dstack_trace_element.cc30 ObjPtr<StackTraceElement> StackTraceElement::Alloc(Thread* self, in Alloc() function in art::mirror::StackTraceElement
H A Dclass_ext.cc117 ObjPtr<ClassExt> ClassExt::Alloc(Thread* self) { in Alloc() function in art::mirror::ClassExt
H A Darray-alloc-inl.h119 inline ObjPtr<Array> Array::Alloc(Thread* self, in Alloc() function
H A Darray.cc123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function in art::mirror::PrimitiveArray
/aosp12/art/libartbase/base/
H A Dallocator.cc33 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
H A Darena_bit_vector.cc65 void* Alloc(size_t size) override { in Alloc() function in art::ArenaBitVectorAllocator
H A Dscoped_arena_allocator.h97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
H A Dbit_vector_test.cc76 void* Alloc(size_t s) override { in Alloc() function
321 void* Alloc(size_t s) override { in Alloc() function in art::SingleAllocator
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h31 typedef GCFactory<Input, 0> Alloc; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef
/aosp12/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.h65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef
/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
H A Ddlmalloc_space.h62 mirror::Object* Alloc(Thread* self, in Alloc() function
H A Dregion_space-inl.h31 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
H A Drosalloc_space.h59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
H A Dzygote_space.cc94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() function in art::gc::space::ZygoteSpace
H A Dlarge_object_space.cc54 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
H A Dmemory_tool_malloc_space-inl.h128 kUseObjSizeForUsable>::Alloc( in Alloc() function
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef
/aosp12/art/runtime/
H A Dlinear_alloc.cc31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc() function in art::LinearAlloc
/aosp12/art/runtime/gc/allocator/
H A Drosalloc-inl.h31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() function
/aosp12/art/compiler/utils/
H A Dswap_space.cc108 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
/aosp12/system/memory/libmemunreachable/
H A DAllocator.cpp247 void* Chunk::Alloc() { in Alloc() function in android::Chunk
355 void* HeapImpl::Alloc(size_t size) { in Alloc() function in android::HeapImpl

12