Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_space_chunk.h44 void *Allocate(size_t size) in Allocate() function
Dallocator-inl.h61 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function
105 uintptr_t FreeListAllocator<T>::Allocate(size_t size) in Allocate() function
121 uintptr_t FreeListAllocator<T>::Allocate(T *object, size_t size) in Allocate() function
Dtlab_allocator-inl.h47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
Dthread_local_allocation_buffer.h37 uintptr_t Allocate(size_t size) in Allocate() function
Dspace.cpp161 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread, void *pDesc, in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
194 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
200 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocTyp… in Allocate() function in panda::ecmascript::HugeObjectSpace
Dchunk.h42 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dcaddress_allocator.h102 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dsparse_space.cpp52 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace
606 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::LocalSpace
696 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::MachineCodeSpace
701 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate() function in panda::ecmascript::MachineCodeSpace
Dnative_area_allocator.h175 void *Allocate(size_t size) in Allocate() function
Dmem_map_allocator.cpp105 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
Dlinear_space.cpp31 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
219 uintptr_t EdenSpace::Allocate(size_t size) in Allocate() function in panda::ecmascript::EdenSpace
Djit_fort.cpp87 uintptr_t JitFort::Allocate(MachineCodeDesc *desc) in Allocate() function in panda::ecmascript::JitFort
Dfree_object_list.cpp60 T *FreeObjectList<T>::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp59 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SharedSparseSpace
488 uintptr_t SharedLocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::SharedLocalSpace
529 uintptr_t SharedReadOnlySpace::Allocate(JSThread *thread, size_t size) in Allocate() function in panda::ecmascript::SharedReadOnlySpace
590 uintptr_t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType al… in Allocate() function in panda::ecmascript::SharedHugeObjectSpace
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp113 void *ObjectAllocatorNoGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::M… in Allocate() function in ark::mem::ObjectAllocatorNoGen
268 void *ObjectAllocatorGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::Man… in Allocate() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h338 void *Allocate([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align, in Allocate() function
494 …[[nodiscard]] void *Allocate(size_t size, Alignment align, [[maybe_unused]] ark::ManagedThread *th… in Allocate() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp193 void *ObjectAllocatorG1<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::Mana… in Allocate() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp276 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp76 bool RegAllocLinearScan::Allocate() in Allocate() function in ark::compiler::RegAllocLinearScan
Dreg_alloc_graph_coloring.cpp381 bool RegAllocGraphColoring::Allocate() in Allocate() function in ark::compiler::RegAllocGraphColoring
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js105568 Allocate(t, e) { method in anonymousFunctionb3e311c7f9500.anonymousFunctionb3e311c7f9600.Xn