Home
last modified time | relevance | path

Searched defs:alloc (Results 1 - 25 of 43) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dcleanup_empty_blocks.cpp59 auto alloc = graph->GetAllocator(); in CleanupEmptyBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Ddatainfo.h26 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 Dcg_irbuilder.h106 MapleAllocator alloc; member in maplebe::OperandBuilder
H A Dlive.h88 MapleAllocator alloc; member in maplebe::LiveAnalysis
H A Dreg_alloc.h85 MapleAllocator alloc; member in maplebe::RegAllocator
H A Doptimize_common.h91 MapleAllocator alloc; member in maplebe::Optimizer
H A Dsparse_datainfo.h33 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 Dinterference_graph.h39 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 Dmemdump.py67 def alloc(self, size): member in AllocInfo
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp33 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 Dmemdump.py67 def alloc(self, size): member in AllocInfo
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h35 explicit NodeGenerator(ArenaAllocator *alloc) : alloc_(alloc) {} in NodeGenerator() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp110 AllocInfo alloc; in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.cpp96 auto alloc = graph->GetAllocator(); in BuildIntervalsTree() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp167 llvm::BumpPtrAllocator alloc; in InitializeLLVMOptions() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp113 AllocInfo alloc; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_like_allocator_test.cpp90 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 Dhumongous_obj_allocator_test.cpp65 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc, size_t size) in AddMemoryPoolToAllocator() argument
85 AddMemoryPoolToAllocator(alloc); variable
H A Dfreelist_allocator_test.cpp87 AddMemoryPoolToAllocator(alloc); variable
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_interference_graph_test.cpp123 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, in BuildSubgraph() argument
H A Dreg_alloc_interference_graph_new_test.cpp62 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, in BuildSubgraph() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dorig_symbol.h43 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 Dref_vector.h88 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 Dalloc_tracker.cpp109 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 Descape.cpp32 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...]

Completed in 12 milliseconds

12