| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_like_allocator_test.cpp | 90 StackLikeAllocator<> alloc; in TEST_F() local 104 void AlignmentTest(StackLikeAllocator<ALIGNMENT> &alloc) in AlignmentTest() 128 StackLikeAllocator<> alloc; in TEST_F() local 153 StackLikeAllocator<> alloc; in TEST_F() local 188 StackLikeAllocator<> alloc; in TEST_F() local
|
| D | frame_allocator_test.cpp | 53 FrameAllocator<> alloc(useMalloc); in SmallAllocateTest() local 106 FrameAllocator<ALIGNMENT> alloc(useMalloc); in AlignmentTest() local 133 FrameAllocator<> alloc(useMalloc); in CycledAllocateFreeForHugeFramesTest() local 165 FrameAllocator<> alloc(useMalloc); in ValidateArenaGrownPolicy() local 189 FrameAllocator<> alloc(useMalloc); in CheckAddrInsideAllocator() local
|
| D | humongous_obj_allocator_test.cpp | 60 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocator() 65 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc, size_t size) in AddMemoryPoolToAllocator() 82 void AddMemoryPoolToAllocatorProtected(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocatorProtected()
|
| D | runslots_allocator_test.cpp | 53 void AddMemoryPoolToAllocator(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocator() 64 void AddMemoryPoolToAllocatorProtected(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() 77 void ReleasePages(NonObjectAllocator &alloc) in ReleasePages()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | sparse_datainfo.h | 33 …SparseDataInfo(uint32 bitNum, const MapleAllocator &alloc) : allocator(alloc), info(allocator), ma… in SparseDataInfo() 35 SparseDataInfo(const SparseDataInfo &other, const MapleAllocator &alloc) in SparseDataInfo() 49 SparseDataInfo &Clone(MapleAllocator &alloc) const in Clone()
|
| D | stackmap.h | 70 …DeoptInfo(MapleAllocator &alloc) : deoptVreg2Opnd(alloc.Adapter()), deoptVreg2LocationInfo(alloc.A… in DeoptInfo() 131 ReferenceMap(MapleAllocator &alloc) : referenceLocations(alloc.Adapter()) {} in ReferenceMap() 175 StackMap(MapleAllocator &alloc) : deoptInfo(alloc), referenceMap(alloc) {} in StackMap()
|
| D | datainfo.h | 26 DataInfo(uint32 bitNum, MapleAllocator &alloc) : info(alloc.Adapter()) in DataInfo() 30 DataInfo(const DataInfo &other, MapleAllocator &alloc) : info(other.info, alloc.Adapter()) {} in DataInfo() 31 DataInfo &Clone(MapleAllocator &alloc) in Clone()
|
| D | live.h | 88 MapleAllocator alloc; variable
|
| D | reg_alloc.h | 85 MapleAllocator alloc; variable
|
| D | optimize_common.h | 91 MapleAllocator alloc; variable
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.h | 66 static T *NoSetParent(ArenaAllocator *alloc, Args &&...args) in NoSetParent() 72 static T *ForceSetParent(ArenaAllocator *alloc, Args &&...args) in ForceSetParent() 83 static T *Alloc(ArenaAllocator *alloc, Args &&...args) in Alloc()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | live_registers_test.cpp | 33 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local 41 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local 97 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local 134 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local 157 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local 212 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | node_creator.h | 35 explicit NodeGenerator(ArenaAllocator *alloc) : alloc_(alloc) {} in NodeGenerator()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | cleanup_empty_blocks.cpp | 59 auto alloc = graph->GetAllocator(); in CleanupEmptyBlocks() local
|
| D | interference_graph.h | 43 ColorNode(unsigned number, T alloc) : csPointSet_(alloc), number_(number) in ColorNode() 141 …explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()), amatrix_(alloc->Adapter()… in GraphMatrix() 198 …explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc), useS… in InterferenceGraph()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | gcov_profile.h | 40 GcovFuncInfo(MapleAllocator *alloc, unsigned funcIdent, unsigned lineno_cs, unsigned cfg_cs) in GcovFuncInfo() 112 GcovProfileData(MapleAllocator *alloc) : funcsCounter(alloc->Adapter()) {} in GcovProfileData()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 39 … ColorNode(unsigned number, T alloc) : cs_point_set_(alloc), number_(number), physical_(), fixed_() in ColorNode() 122 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix() 184 explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc) {} in InterferenceGraph()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | task_queue_test.cpp | 55 explicit DummyCollectorProxy(Allocator& alloc, CollectorResources& res) in DummyCollectorProxy() 65 explicit DummyCollectorResources(Allocator& alloc) in DummyCollectorResources()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | alloc_tracker.cpp | 109 AllocInfo *alloc = it->second; in TrackFree() local 166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.cpp | 109 AllocInfo *alloc = it->second; in TrackFree() local 166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool.h | 244 void PushAllocator(const LocalMapleAllocator *alloc) in PushAllocator() 248 void CheckTopAllocator(const LocalMapleAllocator *alloc) const in CheckTopAllocator()
|
| D | maple_sparse_bitvector.h | 176 explicit MapleSparseBitVector(const MapleAllocator &alloc) in MapleSparseBitVector() 181 explicit MapleSparseBitVector(const MapleSparseBitVector &rhs, const MapleAllocator &alloc) in MapleSparseBitVector()
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | memdump.py | 67 def alloc(self, size): member in AllocInfo
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 67 def alloc(self, size): member in AllocInfo
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_compiler.cpp | 167 llvm::BumpPtrAllocator alloc; in InitializeLLVMOptions() local
|