Searched defs:Allocate (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | allocator-inl.h | 51 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function 90 uintptr_t FreeListAllocator::Allocate(size_t size) in Allocate() function 104 uintptr_t FreeListAllocator::Allocate(FreeObject *object, size_t size) in Allocate() function
|
| D | chunk.h | 40 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | mem_map_allocator.cpp | 27 MemMap MemMapAllocator::Allocate(size_t size, size_t alignment, bool regular, bool isMachineCode) in Allocate() function in panda::ecmascript::MemMapAllocator
|
| D | tlab_allocator-inl.h | 46 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
|
| D | native_area_allocator.h | 105 void *Allocate(size_t size) in Allocate() function
|
| D | caddress_allocator.h | 101 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | space.cpp | 86 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 | linear_space.cpp | 33 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
|
| D | sparse_space.cpp | 52 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace 573 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::LocalSpace
|
| /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/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 105568 Allocate(t, e) { method in anonymousFunctiona10e9827f9500.anonymousFunctiona10e9827f9600.Xn
|