Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_space_chunk.h44 void *Allocate(size_t size) in Allocate() function in panda::ecmascript::WorkSpaceChunk
H A Dthread_local_allocation_buffer.h37 uintptr_t Allocate(size_t size) in Allocate() function in panda::ecmascript::ThreadLocalAllocationBuffer
H A Dcaddress_allocator.h102 [[nodiscard]] void *Allocate(size_t size) in Allocate() function in panda::ecmascript::CAddressAllocator
H A Dchunk.h41 [[nodiscard]] void *Allocate(size_t size) in Allocate() function in panda::ecmascript::Chunk
H A Dtlab_allocator-inl.h47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function in panda::ecmascript::TlabAllocator
155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function in panda::ecmascript::SharedTlabAllocator
H A Dmem_map_allocator.cpp105 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
H A Dfree_object_list.cpp46 T *FreeObjectList<T>::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
H A Dallocator-inl.h61 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function in panda::ecmascript::BumpPointerAllocator
105 uintptr_t FreeListAllocator<T>::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeListAllocator
121 uintptr_t FreeListAllocator<T>::Allocate(T *object, size_t size) in Allocate() function in panda::ecmascript::FreeListAllocator
H A Dnative_area_allocator.h175 void *Allocate(size_t size) in Allocate() function in panda::ecmascript::NativeAreaAllocator
H A Dspace.cpp169 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread, void *pDesc, in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
204 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
210 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocType) in Allocate() function in panda::ecmascript::HugeObjectSpace
H A Dlinear_space.cpp31 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
220 uintptr_t EdenSpace::Allocate(size_t size) in Allocate() function in panda::ecmascript::EdenSpace
[all...]
H A Djit_fort.cpp92 uintptr_t JitFort::Allocate(MachineCodeDesc *desc) in Allocate() function in panda::ecmascript::JitFort
H A Dsparse_space.cpp53 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace
605 uintptr_t LocalSpace::Allocate(size_ function in panda::ecmascript::LocalSpace
671 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) Allocate() function in panda::ecmascript::MachineCodeSpace
676 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) Allocate() function in panda::ecmascript::MachineCodeSpace
[all...]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp276 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp58 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SharedSparseSpace
487 uintptr_t SharedLocalSpace::Allocate(size_t size, bool isExpand) Allocate() function in panda::ecmascript::SharedLocalSpace
528 uintptr_t SharedReadOnlySpace::Allocate(JSThread *thread, size_t size) Allocate() function in panda::ecmascript::SharedReadOnlySpace
589 uintptr_t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) Allocate() function in panda::ecmascript::SharedHugeObjectSpace
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp76 bool RegAllocLinearScan::Allocate() in Allocate() function in ark::compiler::RegAllocLinearScan
H A Dreg_alloc_graph_coloring.cpp388 bool RegAllocGraphColoring::Allocate() in Allocate() function in ark::compiler::RegAllocGraphColoring
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator.cpp113 void *ObjectAllocatorNoGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::ManagedThread *thread, in Allocate() function in ark::mem::ObjectAllocatorNoGen
268 void *ObjectAllocatorGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::ManagedThread *thread, in Allocate() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.cpp193 void *ObjectAllocatorG1<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::ManagedThread *thread, in Allocate() function in ark::mem::ObjectAllocatorG1

Completed in 12 milliseconds