Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc37 virtual void* Alloc(size_t size) { in Alloc() function in art::MallocAllocator
56 virtual void* Alloc(size_t size) { in Alloc() function in art::NoopAllocator
/art/compiler/utils/
Dscoped_arena_allocator.h66 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
118 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
Darena_bit_vector.cc28 virtual void* Alloc(size_t size) { in Alloc() function in art::ArenaBitVectorAllocator
Dswap_space.cc104 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
Darena_allocator.h168 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE { in Alloc() function
/art/runtime/gc/allocator/
Drosalloc-inl.h27 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated) { in Alloc() function
/art/runtime/mirror/
Dstack_trace_element.cc42 StackTraceElement* StackTraceElement::Alloc(Thread* self, Handle<String> declaring_class, in Alloc() function in art::mirror::StackTraceElement
Dstring.cc117 String* String::Alloc(Thread* self, int32_t utf16_length) { in Alloc() function in art::mirror::String
126 String* String::Alloc(Thread* self, Handle<CharArray> array) { in Alloc() function in art::mirror::String
Dobject_array-inl.h35 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function
47 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, in Alloc() function
Darray-inl.h133 inline Array* Array::Alloc(Thread* self, Class* array_class, int32_t component_count, in Alloc() function
173 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc() function
Dclass-inl.h554 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) { in Alloc() function
/art/runtime/gc/space/
Ddlmalloc_space.h53 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Dbump_pointer_space-inl.h26 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Drosalloc_space.h51 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
Dvalgrind_malloc_space-inl.h50 mirror::Object* ValgrindMallocSpace<S, A>::Alloc(Thread* self, size_t num_bytes, in Alloc() function
Dlarge_object_space.cc40 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FINAL
110 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc() function in art::gc::space::LargeObjectMapSpace
409 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::FreeListSpace
Dzygote_space.cc78 mirror::Object* ZygoteSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function in art::gc::space::ZygoteSpace
Dspace_test.h63 mirror::Object* Alloc(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in Alloc() function