Home
last modified time | relevance | path

Searched refs:GetCurFuncCodeMPAllocator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1087 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 …]
Dmir_module.h325 MapleAllocator &GetCurFuncCodeMPAllocator() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp143 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/
Dclone.cpp140 … originalFunction.GetBody()->CloneTree(originalFunction.GetModule()->GetCurFuncCodeMPAllocator())); in CloneFunction()
Dconstantfold.cpp341 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/
Dmir_lower.cpp387 brTrueStmt->SetOpnd(whileStmt.Opnd(0)->CloneTree(mirModule.GetCurFuncCodeMPAllocator()), 0); in LowerWhileStmt()
496 brTrueStmt->SetOpnd(doloop.GetCondExpr()->CloneTree(mirModule.GetCurFuncCodeMPAllocator()), 0); in LowerDoloopStmt()
Dmir_module.cpp88 MapleAllocator &MIRModule::GetCurFuncCodeMPAllocator() const in GetCurFuncCodeMPAllocator() function in maple::MIRModule