Home
last modified time | relevance | path

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

/art/runtime/mirror/
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
Dclass-alloc-inl.h50 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
Dstack_trace_element.cc30 ObjPtr<StackTraceElement> StackTraceElement::Alloc(Thread* self, in Alloc() function in art::mirror::StackTraceElement
Dclass_ext.cc117 ObjPtr<ClassExt> ClassExt::Alloc(Thread* self) { in Alloc() function in art::mirror::ClassExt
Darray-alloc-inl.h119 inline ObjPtr<Array> Array::Alloc(Thread* self, in Alloc() function
Darray.cc123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function in art::mirror::PrimitiveArray
Dstring-alloc-inl.h195 inline ObjPtr<String> String::Alloc(Thread* self, in Alloc() function
/art/libartbase/base/
Dallocator.cc33 void* Alloc(size_t size) override { in Alloc() function in art::CallocAllocator
52 void* Alloc([[maybe_unused]] size_t size) override { in Alloc() function in art::NoopAllocator
Dbit_vector_test.cc76 void* Alloc(size_t s) override { in Alloc() function
322 void* Alloc(size_t s) override { in Alloc() function in art::SingleAllocator
Darena_bit_vector.cc66 void* Alloc(size_t size) override { in Alloc() function in art::ArenaBitVectorAllocator
Dscoped_arena_allocator.h97 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
/art/runtime/gc/space/
Dbump_pointer_space-inl.h29 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Ddlmalloc_space.h62 mirror::Object* Alloc(Thread* self, in Alloc() function
Dregion_space-inl.h29 inline mirror::Object* RegionSpace::Alloc([[maybe_unused]] Thread* self, in Alloc() function
97 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() function
Drosalloc_space.h59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Dzygote_space.cc92 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() function in art::gc::space::ZygoteSpace
Dmemory_tool_malloc_space-inl.h128 kUseObjSizeForUsable>::Alloc( in Alloc() function
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
138 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace
535 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FreeListSpace
Dspace_test.h67 mirror::Object* Alloc(space::MallocSpace* alloc_space, in Alloc() function
/art/runtime/gc/allocator/
Drosalloc-inl.h31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() function
/art/runtime/
Dlinear_alloc-inl.h89 inline void* LinearAlloc::Alloc(Thread* self, size_t size, LinearAllocKind kind) { in Alloc() function
/art/dex2oat/utils/
Dswap_space.cc109 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
/art/runtime/jit/
Ddebugger_interface.cc224 static const void* Alloc(size_t size) { return malloc(size); } in Alloc() function
233 static const void* Alloc(size_t size) { return Memory()->AllocateData(size); } in Alloc() function
/art/test/004-ThreadStress/src-art/
DMain.java131 private final static class Alloc extends Operation { class in Main
/art/dt_fd_forward/
Ddt_fd_forward.cc664 void* FdForwardTransport::Alloc(size_t s) { in Alloc() function in dt_fd_forward::FdForwardTransport