/arkcompiler/ets_runtime/ecmascript/mem/ |
D | work_space_chunk.h | 44 void *Allocate(size_t size) in Allocate() function
|
D | allocator-inl.h | 56 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
|
D | chunk.h | 42 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
D | tlab_allocator-inl.h | 47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
|
D | mem_map_allocator.cpp | 27 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
|
D | caddress_allocator.h | 101 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
D | native_area_allocator.h | 175 void *Allocate(size_t size) in Allocate() function
|
D | space.cpp | 99 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeObjectSpace
|
D | free_object_list.cpp | 41 FreeObject *FreeObjectList::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
|
D | sparse_space.cpp | 57 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
|
D | linear_space.cpp | 32 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | allocator.cpp | 113 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/ |
D | allocator.h | 339 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/ |
D | g1-allocator.cpp | 190 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/ |
D | reg_alloc_graph_coloring.cpp | 283 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_linear_scan.cpp | 76 bool RegAllocLinearScan::Allocate() in Allocate() function in panda::compiler::RegAllocLinearScan
|
D | reg_alloc_graph_coloring.cpp | 381 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 105568 Allocate(t, e) { method in anonymousFunction02780228f9500.anonymousFunction02780228f9600.Xn
|