Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_space_chunk.h44 void *Allocate(size_t size) in Allocate() function
Dallocator-inl.h56 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function
95 uintptr_t FreeListAllocator::Allocate(size_t size) in Allocate() function
109 uintptr_t FreeListAllocator::Allocate(FreeObject *object, size_t size) in Allocate() function
Dchunk.h42 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dtlab_allocator-inl.h47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
Dmem_map_allocator.cpp27 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
Dcaddress_allocator.h101 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dnative_area_allocator.h175 void *Allocate(size_t size) in Allocate() function
Dspace.cpp99 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeObjectSpace
Dfree_object_list.cpp41 FreeObject *FreeObjectList::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
Dsparse_space.cpp57 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace
588 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::LocalSpace
Dlinear_space.cpp32 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp113 void *ObjectAllocatorNoGen<MT_MODE>::Allocate(size_t size, Alignment align, in Allocate() function in panda::mem::ObjectAllocatorNoGen
268 void *ObjectAllocatorGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::M… in Allocate() function in panda::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h339 void *Allocate([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align, in Allocate() function
495 …[[nodiscard]] void *Allocate(size_t size, Alignment align, [[maybe_unused]] panda::ManagedThread *… in Allocate() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp190 void *ObjectAllocatorG1<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::Ma… in Allocate() function in panda::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp283 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 panda::compiler::RegAllocLinearScan
Dreg_alloc_graph_coloring.cpp381 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js105568 Allocate(t, e) { method in anonymousFunction02780228f9500.anonymousFunction02780228f9600.Xn