Home
last modified time | relevance | path

Searched defs:stackMp (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h28 …CGFunc(MIRModule &mod, CG &c, MIRFunction &f, BECommon &b, MemPool &memPool, StackMemPool &stackMp, in X64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h94 StackMemPool &stackMp; variable
Dreaching.h134 StackMemPool &stackMp; variable
Dcgfunc.h1674 StackMemPool &stackMp; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h60 …GFunc(MIRModule &mod, MIRFunction &mirFunc, BECommon &bec, MemPool &memPool, StackMemPool &stackMp, in CreateCGFunc()
Daarch64_cgfunc.h51 …CGFunc(MIRModule &mod, CG &c, MIRFunction &f, BECommon &b, MemPool &memPool, StackMemPool &stackMp, in AArch64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp361 auto stackMp = std::make_unique<StackMemPool>(funcMp->GetCtrler(), ""); in PhaseRun() local
Dcgfunc.cpp1676 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()