Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 24 of 24) 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.h159 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::MallocAllocator
52 void* Alloc(size_t size ATTRIBUTE_UNUSED) override { in Alloc() function in art::NoopAllocator
Darena_bit_vector.cc65 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.h28 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.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
Drosalloc_space.h59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Dzygote_space.cc94 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
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
Dspace_test.h67 mirror::Object* Alloc(space::MallocSpace* alloc_space, in Alloc() function
/art/runtime/
Dlinear_alloc.cc31 void* LinearAlloc::Alloc(Thread* self, size_t size) { in Alloc() function in art::LinearAlloc
/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/compiler/utils/
Dswap_space.cc108 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
/art/runtime/jit/
Ddebugger_interface.cc218 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/
DMain.java131 private final static class Alloc extends Operation { class in Main
/art/dt_fd_forward/
Ddt_fd_forward.cc645 void* FdForwardTransport::Alloc(size_t s) { in Alloc() function in dt_fd_forward::FdForwardTransport