Home
last modified time | relevance | path

Searched refs:Alloc (Results 51 – 75 of 118) sorted by relevance

12345

/art/runtime/gc/space/
Dlarge_object_space.h158 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
194 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dspace.h214 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
222 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in AllocThreadUnsafe()
Dzygote_space.cc94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() function in art::gc::space::ZygoteSpace
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
58 LargeObjectMapSpace::Alloc(self, num_bytes + kMemoryToolRedZoneBytes * 2, bytes_allocated, in Alloc()
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
Ddlmalloc_space.h62 mirror::Object* Alloc(Thread* self, in Alloc() function
Dmalloc_space.h52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dbump_pointer_space.h55 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Drosalloc_space.h59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() function
/art/runtime/mirror/
Dobject_array.h42 static ObjPtr<ObjectArray<T>> Alloc(Thread* self,
48 static ObjPtr<ObjectArray<T>> Alloc(Thread* self,
Dmethod_type_test.cc61 mirror::ObjectArray<mirror::Class>::Alloc(self, class_array_type, param_types.size())); in CreateMethodType()
Darray.h47 ALWAYS_INLINE static ObjPtr<Array> Alloc(Thread* self,
154 static ObjPtr<PrimitiveArray<T>> Alloc(Thread* self, size_t length)
Demulated_stack_frame.cc176 mirror::ObjectArray<mirror::Object>::Alloc(self, array_class, refs_size))); in CreateFromShadowFrameAndArgs()
182 Handle<ByteArray> stack_frame(hs.NewHandle(ByteArray::Alloc(self, frame_size))); in CreateFromShadowFrameAndArgs()
Dmethod_type.cc34 return ObjectArray<Class>::Alloc(self, class_array_type, count); in AllocatePTypesArray()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc57 space->Alloc(self, size, &bytes_allocated, nullptr, &bytes_tl_bulk_allocated)); in AllocObjectArray()
84 auto* klass = down_cast<mirror::Class*>(space->Alloc(self, class_size, &bytes_allocated, in GetObjectArrayClass()
/art/runtime/native/
Djava_lang_reflect_Constructor.cc51 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class, 0); in Constructor_getExceptionTypes()
Djava_lang_Class.cc261 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class, num_ifaces); in Class_getInterfacesInternal()
307 auto object_array = hs.NewHandle(mirror::ObjectArray<mirror::Field>::Alloc( in GetDeclaredFields()
579 auto h_constructors = hs.NewHandle(mirror::ObjectArray<mirror::Constructor>::Alloc( in Class_getDeclaredConstructorsInternal()
648 auto ret = hs.NewHandle(mirror::ObjectArray<mirror::Method>::Alloc( in Class_getDeclaredMethodsUnchecked()
709 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), in Class_getDeclaredAnnotations()
738 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class, 0); in Class_getDeclaredClasses()
/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/libartbase/base/
Dallocator.h37 virtual void* Alloc(size_t) = 0;
/art/dt_fd_forward/
Ddt_fd_forward.cc529 out = reinterpret_cast<jbyte*>(transport_->Alloc(rem)); in ReadRemaining()
645 void* FdForwardTransport::Alloc(size_t s) { in Alloc() function in dt_fd_forward::FdForwardTransport
655 *err = reinterpret_cast<char*>(Alloc(data.size() + 1)); in GetLastError()
716 *actual_address = reinterpret_cast<char*>(AsFdForward(env)->Alloc(strlen(address) + 1)); in StartListening()
/art/libelffile/elf/
Dxz_utils.cc103 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in XzDecompress()
/art/runtime/verifier/
Dreg_type-inl.h212 return allocator->Alloc(size, kArenaAllocMisc); in new()
Dregister_line-inl.h193 void* memory = allocator.Alloc(ComputeSize(num_regs)); in Create()
/art/openjdkjvmti/
Dti_class_loader.cc123 hs.NewHandle(art::mirror::LongArray::Alloc(self, cookie->GetLength() + 1))); in AllocateNewDexFileCookie()
/art/compiler/utils/
Dswap_space.cc108 void* SwapSpace::Alloc(size_t size) { in Alloc() function in art::SwapSpace
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc447 template <typename Alloc>
448 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()

12345