Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 70) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_like_allocator_test.cpp90 StackLikeAllocator<> alloc; in TEST_F() local
104 void AlignmentTest(StackLikeAllocator<ALIGNMENT> &alloc) in AlignmentTest()
128 StackLikeAllocator<> alloc; in TEST_F() local
146 StackLikeAllocator<> alloc; in TEST_F() local
181 StackLikeAllocator<> alloc; in TEST_F() local
Dframe_allocator_test.cpp53 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
Dhumongous_obj_allocator_test.cpp60 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()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dsparse_datainfo.h33 …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()
Dcg_critical_edge.h34 MapleAllocator alloc; variable
Dstackmap.h46 …DeoptInfo(MapleAllocator &alloc) : deoptVreg2Opnd(alloc.Adapter()), deoptVreg2LocationInfo(alloc.A… in DeoptInfo()
107 ReferenceMap(MapleAllocator &alloc) : referenceLocations(alloc.Adapter()) {} in ReferenceMap()
151 StackMap(MapleAllocator &alloc) : deoptInfo(alloc), referenceMap(alloc) {} in StackMap()
Ddatainfo.h26 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()
Ddependence.h55 MapleAllocator alloc; variable
Dregsaves.h59 MapleAllocator alloc; variable
Dreg_alloc.h73 MapleAllocator alloc; variable
Dschedule.h30 RegPressureSchedule(CGFunc &func, MapleAllocator &alloc) in RegPressureSchedule()
184 MapleAllocator alloc; variable
Dlive.h97 MapleAllocator alloc; variable
Dcg_ssa_pre.h37 …explicit SsaPreWorkCand(MapleAllocator *alloc) : occBBs(alloc->Adapter()), saveAtEntryBBs(alloc->A… in SsaPreWorkCand()
106 PhiOcc(BB *bb, MapleAllocator &alloc) : Occ(kAOccPhi, bb), phiOpnds(alloc.Adapter()) {} in PhiOcc()
/arkcompiler/runtime_core/static_core/compiler/tests/
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(); 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_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h510 explicit MePhiNode(MapleAllocator *alloc) : opnds(kOperandNumBinary, nullptr, alloc->Adapter()) in MePhiNode()
516 MePhiNode(ScalarMeExpr *expr, MapleAllocator *alloc) in MePhiNode()
1135 IvarMeExpr(MapleAllocator *alloc, int32 exprid, PrimType t, TyIdx tidx, FieldID fid, Opcode op) in IvarMeExpr()
1140 IvarMeExpr(MapleAllocator *alloc, int32 exprid, PrimType t, TyIdx tidx, FieldID fid) in IvarMeExpr()
1145 IvarMeExpr(MapleAllocator *alloc, int32 exprid, const IvarMeExpr &ivarme) in IvarMeExpr()
1965 DassignMeStmt(MapleAllocator *alloc, const StmtNode *stt) in DassignMeStmt()
1970 DassignMeStmt(MapleAllocator *alloc, VarMeExpr *theLhs, MeExpr *rhsVal) in DassignMeStmt()
1975 DassignMeStmt(MapleAllocator *alloc, const DassignMeStmt *dass) in DassignMeStmt()
2057 MaydassignMeStmt(MapleAllocator *alloc, const StmtNode *stt) in MaydassignMeStmt()
2062 MaydassignMeStmt(MapleAllocator *alloc, MaydassignMeStmt &maydass) in MaydassignMeStmt()
[all …]
Dssa_mir_nodes.h262 explicit MayDefPart(MapleAllocator *alloc) : mayDefNodes(alloc->Adapter()) {} in MayDefPart()
282 explicit MayUsePart(MapleAllocator *alloc) : mayUseNodes(alloc->Adapter()) {} in MayUsePart()
302 explicit MustDefPart(MapleAllocator *alloc) : mustDefNodes(alloc->Adapter()) {} in MustDefPart()
322 explicit MayDefPartWithVersionSt(MapleAllocator *alloc) : mayDefNodes(alloc->Adapter()) {} in MayDefPartWithVersionSt()
382 …explicit MayDefMayUsePart(MapleAllocator *alloc) : mayDefNodes(alloc->Adapter()), mayUseNodes(allo… in MayDefMayUsePart()
413 explicit MayDefMayUseMustDefPart(MapleAllocator *alloc) in MayDefMayUseMustDefPart()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h227 MapleAllocator *alloc; variable
398 MapleAllocator *alloc; variable
438 EACGPointerNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph *ec) in EACGPointerNode()
443 …EACGPointerNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph &ec, MeExpr *expr, EAStatu… in EACGPointerNode()
512 EACGObjectNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph *ec) in EACGObjectNode()
517 …EACGObjectNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph &ec, MeExpr *expr, EAStatus… in EACGObjectNode()
615 EACGRefNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph *ec) in EACGRefNode()
622 : EACGBaseNode(md, alloc, kReferenceNode, ec, expr, initialEas, i), in EACGBaseNode() argument
655 EACGFieldNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph *ec) in EACGFieldNode()
660 …EACGFieldNode(MIRModule *md, MapleAllocator *alloc, EAConnectionGraph &ec, MeExpr *expr, EAStatus … in EACGFieldNode()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dnode_creator.h32 explicit NodeGenerator(ArenaAllocator *alloc) : alloc_(alloc) {} in NodeGenerator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dgcov_profile.h40 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/static_core/compiler/optimizer/optimizations/regalloc/
Dcleanup_empty_blocks.cpp59 auto alloc = graph->GetAllocator(); in CleanupEmptyBlocks() local
Dinterference_graph.h43 ColorNode(unsigned number, T alloc) : csPointSet_(alloc), number_(number), physical_(), fixed_() in ColorNode()
141 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix()
203 …explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc), useS… in InterferenceGraph()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h39 … 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/runtime_core/libpandabase/mem/
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/libpandabase/mem/
Dalloc_tracker.cpp109 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/maple_be/src/cg/
Dreaching.cpp386 LocalMapleAllocator alloc(stackMp); in GenerateOut() local
396 LocalMapleAllocator alloc(stackMp); in GenerateOut() local
437 LocalMapleAllocator alloc(stackMp); in GenerateIn() local
451 LocalMapleAllocator alloc(stackMp); in GenerateIn() local
704 LocalMapleAllocator alloc(stackMp); in UpdateInOut() local
710 LocalMapleAllocator alloc(stackMp); in UpdateInOut() local

123