| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | cleanup_empty_blocks.cpp | 59 auto alloc = graph->GetAllocator(); in CleanupEmptyBlocks() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | datainfo.h | 26 DataInfo(uint32 bitNum, MapleAllocator &alloc) : info(alloc.Adapter()) in DataInfo() argument 30 DataInfo(const DataInfo &other, MapleAllocator &alloc) : info(other.info, alloc.Adapter()) {} in DataInfo() argument 31 DataInfo &Clone(MapleAllocator &alloc) in Clone() argument
|
| H A D | cg_irbuilder.h | 106 MapleAllocator alloc; member in maplebe::OperandBuilder
|
| H A D | live.h | 88 MapleAllocator alloc; member in maplebe::LiveAnalysis
|
| H A D | reg_alloc.h | 85 MapleAllocator alloc; member in maplebe::RegAllocator
|
| H A D | optimize_common.h | 91 MapleAllocator alloc; member in maplebe::Optimizer
|
| H A D | sparse_datainfo.h | 33 SparseDataInfo(uint32 bitNum, const MapleAllocator &alloc) : allocator(alloc), info(allocator), maxRegNum(bitNum) {} in SparseDataInfo() argument 35 SparseDataInfo(const SparseDataInfo &other, const MapleAllocator &alloc) in SparseDataInfo() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.h | 39 ColorNode(unsigned number, T alloc) : cs_point_set_(alloc), number_(number), physical_(), fixed_() in ColorNode() argument 122 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix() argument
|
| /arkcompiler/runtime_core/scripts/ |
| H A D | memdump.py | 67 def alloc(self, size): member in AllocInfo
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A 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(); TEST_F() local 134 auto alloc = GetGraph()->GetAllocator(); TEST_F() local 157 auto alloc = GetGraph()->GetAllocator(); TEST_F() local 212 auto alloc = GetGraph()->GetAllocator(); TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/scripts/ |
| H A D | memdump.py | 67 def alloc(self, size): member in AllocInfo
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | node_creator.h | 35 explicit NodeGenerator(ArenaAllocator *alloc) : alloc_(alloc) {} in NodeGenerator() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 110 AllocInfo alloc; in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.cpp | 96 auto alloc = graph->GetAllocator(); in BuildIntervalsTree() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_compiler.cpp | 167 llvm::BumpPtrAllocator alloc; in InitializeLLVMOptions() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 113 AllocInfo alloc; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | stack_like_allocator_test.cpp | 90 StackLikeAllocator<> alloc; in TEST_F() local 104 void AlignmentTest(StackLikeAllocator<ALIGNMENT> &alloc) in AlignmentTest() argument 128 StackLikeAllocator<> alloc; in TEST_F() local 146 StackLikeAllocator<> alloc; in TEST_F() local 181 StackLikeAllocator<> alloc; TEST_F() local [all...] |
| H A D | humongous_obj_allocator_test.cpp | 65 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc, size_t size) in AddMemoryPoolToAllocator() argument 85 AddMemoryPoolToAllocator(alloc); variable
|
| H A D | freelist_allocator_test.cpp | 87 AddMemoryPoolToAllocator(alloc); variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | reg_alloc_interference_graph_test.cpp | 123 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, in BuildSubgraph() argument
|
| H A D | reg_alloc_interference_graph_new_test.cpp | 62 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, in BuildSubgraph() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| H A D | orig_symbol.h | 43 OriginalSt(uint32 index, PregIdx rIdx, PUIdx pIdx, MapleAllocator &alloc) in OriginalSt() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| H A D | ref_vector.h | 88 ref_vector(const ref_vector &other, const allocator_type &alloc) : base(other.base, alloc) {} in ref_vector() argument [all...] |
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A 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/static_core/compiler/optimizer/optimizations/ |
| H A D | escape.cpp | 32 VirtualState(Inst *inst, StateId id, ArenaAllocator *alloc) in VirtualState() argument 170 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() argument [all...] |