| /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 146 StackLikeAllocator<> alloc; in TEST_F() local 181 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()
|
| /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 | cg_critical_edge.h | 34 MapleAllocator alloc; variable
|
| 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 | cg_stackmap_computation.h | 59 MapleAllocator alloc; variable
|
| 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 | dependence.h | 52 MapleAllocator alloc; variable
|
| D | regsaves.h | 59 MapleAllocator alloc; variable
|
| D | live.h | 93 MapleAllocator alloc; variable
|
| D | cg_ssa_pre.h | 38 …explicit SsaPreWorkCand(MapleAllocator *alloc) : occBBs(alloc->Adapter()), saveAtEntryBBs(alloc->A… in SsaPreWorkCand() 107 PhiOcc(BB *bb, MapleAllocator &alloc) : Occ(kAOccPhi, bb), phiOpnds(alloc.Adapter()) {} in PhiOcc()
|
| /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_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 510 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 …]
|
| D | ssa_mir_nodes.h | 262 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/ |
| D | ea_connection_graph.h | 227 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_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ |
| D | me_dominance.cpp | 37 auto alloc = MapleAllocator(memPool); in PhaseRun() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.h | 71 static T *NoSetParent(ArenaAllocator *alloc, Args &&...args) in NoSetParent() 77 static T *ForceSetParent(ArenaAllocator *alloc, Args &&...args) in ForceSetParent() 88 static T *Alloc(ArenaAllocator *alloc, Args &&...args) in Alloc()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| 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/ecmascript/compiler/codegen/maple/maple_pgo/include/ |
| D | cfg_mst.h | 71 MapleAllocator alloc; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reaching.cpp | 315 LocalMapleAllocator alloc(stackMp); in GenerateOut() local 325 LocalMapleAllocator alloc(stackMp); in GenerateOut() local 366 LocalMapleAllocator alloc(stackMp); in GenerateIn() local 377 LocalMapleAllocator alloc(stackMp); in GenerateIn() local 606 LocalMapleAllocator alloc(stackMp); in UpdateInOut() local 612 LocalMapleAllocator alloc(stackMp); in UpdateInOut() local
|