Searched refs:GetCurFuncCodeMPAllocator (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1087 NaryNode(const MIRModule &mod, Opcode o) : NaryNode(mod.GetCurFuncCodeMPAllocator(), o) {} in NaryNode() 1091 …NaryNode(const MIRModule &mod, Opcode o, PrimType typ) : NaryNode(mod.GetCurFuncCodeMPAllocator(),… in NaryNode() 1098 …NaryNode(const MIRModule &mod, const NaryNode &node) : NaryNode(mod.GetCurFuncCodeMPAllocator(), n… in NaryNode() 1156 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), o, typeIdx) 1166 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), o, typ, typeIdx) 1176 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), node) in IntrinsicopNode() 1426 explicit ArrayNode(const MIRModule &mod) : ArrayNode(mod.GetCurFuncCodeMPAllocator()) {} in ArrayNode() 1430 …(const MIRModule &mod, PrimType typ, TyIdx idx) : ArrayNode(mod.GetCurFuncCodeMPAllocator(), typ, … in ArrayNode() 1438 : ArrayNode(mod.GetCurFuncCodeMPAllocator(), typ, idx, bcheck) in ArrayNode() 1447 …de(const MIRModule &mod, const ArrayNode &node) : ArrayNode(mod.GetCurFuncCodeMPAllocator(), node)… in ArrayNode() [all …]
|
| D | mir_module.h | 325 MapleAllocator &GetCurFuncCodeMPAllocator() const;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | trycatchblockslower.cpp | 143 StmtNode *newEndTry = endTryBB->GetKeyStmt()->CloneTree(mirModule.GetCurFuncCodeMPAllocator()); in ProcessThreadTail() 177 …ryNode *jtCopy = static_cast<TryNode *>(tryStmt)->CloneTree(mirModule.GetCurFuncCodeMPAllocator()); in WrapCatchWithTryEndTryBlock() 207 …ryNode *jtCopy = static_cast<TryNode *>(tryStmt)->CloneTree(mirModule.GetCurFuncCodeMPAllocator()); in WrapCatchWithTryEndTryBlock()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 140 … originalFunction.GetBody()->CloneTree(originalFunction.GetModule()->GetCurFuncCodeMPAllocator())); in CloneFunction()
|
| D | constantfold.cpp | 341 ConstvalNode *copy = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in Negate() 986 RetypeNode *newRetNode = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in FoldRetype() 1000 JarrayMallocNode *newRetNode = node->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in FoldGcmallocjarray() 1695 AddrofNode *newAddrof = addrofNode->CloneTree(mirModule->GetCurFuncCodeMPAllocator()); in FoldIread()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 387 brTrueStmt->SetOpnd(whileStmt.Opnd(0)->CloneTree(mirModule.GetCurFuncCodeMPAllocator()), 0); in LowerWhileStmt() 496 brTrueStmt->SetOpnd(doloop.GetCondExpr()->CloneTree(mirModule.GetCurFuncCodeMPAllocator()), 0); in LowerDoloopStmt()
|
| D | mir_module.cpp | 88 MapleAllocator &MIRModule::GetCurFuncCodeMPAllocator() const in GetCurFuncCodeMPAllocator() function in maple::MIRModule
|