Home
last modified time | relevance | path

Searched refs:GetCodeMempool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_irmap.cpp24 MemPool *backup = mirFunction->GetCodeMempool(); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp106 MapleAllocator cgAlloc(originalFunction.GetCodeMempool()); in CloneFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h573 MemPool *GetCodeMempool() in GetCodeMempool() function
591 GetCodeMempool(); in GetCodeMemPoolAllocator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp618 … mirFunc->GetCodeMempool()->New<CondGotoNode>(x->GetOpCode() == OP_cior ? OP_brtrue : OP_brfalse); in LowerEmbeddedCandCior()
626 LabelNode *lbl = mirFunc->GetCodeMempool()->New<LabelNode>(); in LowerEmbeddedCandCior()