| /arkcompiler/runtime_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
|
| D | inst_generator_test.cpp | 824 ArenaAllocator alloc(SpaceType::SPACE_TYPE_COMPILER); in RandomTestsPart1() local 859 ArenaAllocator alloc(SpaceType::SPACE_TYPE_COMPILER); in RandomTestsPart2() local 902 ArenaAllocator alloc(SpaceType::SPACE_TYPE_COMPILER); in NotRandomTests() local
|
| D | reg_alloc_interference_graph_test.cpp | 123 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, in BuildSubgraph()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | frame_allocator_test.cpp | 48 FrameAllocator<> alloc(use_malloc); in SmallAllocateTest() local 101 FrameAllocator<alignment> alloc(use_malloc); in AlignmentTest() local 128 FrameAllocator<> alloc(use_malloc); in CycledAllocateFreeForHugeFramesTest() local 160 FrameAllocator<> alloc(use_malloc); in ValidateArenaGrownPolicy() local 182 FrameAllocator<> alloc(use_malloc); in CheckAddrInsideAllocator() local
|
| D | humongous_obj_allocator_test.cpp | 56 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocator() 61 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc, size_t size) in AddMemoryPoolToAllocator() 78 void AddMemoryPoolToAllocatorProtected(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocatorProtected()
|
| D | runslots_allocator_test.cpp | 49 void AddMemoryPoolToAllocator(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocator() 60 void AddMemoryPoolToAllocatorProtected(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() 73 void ReleasePages(NonObjectAllocator &alloc) in ReleasePages()
|
| D | freelist_allocator_test.cpp | 67 void AddMemoryPoolToAllocator(NonObjectFreeListAllocator &alloc) override in AddMemoryPoolToAllocator() 82 void AddMemoryPoolToAllocatorProtected(NonObjectFreeListAllocator &alloc) override in AddMemoryPoolToAllocatorProtected()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 40 … ColorNode(unsigned number, T alloc) : cs_point_set_(alloc), number_(number), physical_(), fixed_() in ColorNode() 123 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix() 185 explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc) {} in InterferenceGraph()
|
| /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/runtime_core/scripts/ |
| D | memdump.py | 67 def alloc(self, size): member in AllocInfo
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | alloc_tracker_test.cpp | 110 AllocInfo alloc; in TEST() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 96 auto alloc = graph->GetAllocator(); in BuildIntervalsTree() local
|
| D | liveness_analyzer.cpp | 627 LifeIntervals *LifeIntervals::SplitAt(LifeNumber ln, ArenaAllocator *alloc) in SplitAt()
|