| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | work_space_chunk.h | 44 void *Allocate(size_t size) in Allocate() function
|
| D | allocator-inl.h | 61 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
|
| D | tlab_allocator-inl.h | 47 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
|
| D | thread_local_allocation_buffer.h | 37 uintptr_t Allocate(size_t size) in Allocate() function
|
| D | space.cpp | 161 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
|
| D | chunk.h | 42 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | caddress_allocator.h | 102 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | sparse_space.cpp | 52 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
|
| D | native_area_allocator.h | 175 void *Allocate(size_t size) in Allocate() function
|
| D | mem_map_allocator.cpp | 105 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
|
| D | linear_space.cpp | 31 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
|
| D | jit_fort.cpp | 87 uintptr_t JitFort::Allocate(MachineCodeDesc *desc) in Allocate() function in panda::ecmascript::JitFort
|
| D | free_object_list.cpp | 60 T *FreeObjectList<T>::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.cpp | 59 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/ |
| D | allocator.cpp | 113 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/ |
| D | allocator.h | 338 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/ |
| D | g1-allocator.cpp | 193 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/ |
| D | reg_alloc_graph_coloring.cpp | 276 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 ark::compiler::RegAllocLinearScan
|
| D | reg_alloc_graph_coloring.cpp | 381 bool RegAllocGraphColoring::Allocate() in Allocate() function in ark::compiler::RegAllocGraphColoring
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 105568 Allocate(t, e) { method in anonymousFunctionb3e311c7f9500.anonymousFunctionb3e311c7f9600.Xn
|