Home
last modified time | relevance | path

Searched refs:StackMemPool (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h74 explicit LocalMapleAllocator(StackMemPool &m) in LocalMapleAllocator()
85 static_cast<StackMemPool *>(memPool)->ResetStackTop(this, fixedCurPtrMark, fixedStackTopMark, bigCurPtrMark,
89 StackMemPool &GetStackMemPool() const in GetStackMemPool()
91 return static_cast<StackMemPool &>(*memPool); in GetStackMemPool()
98 static_cast<StackMemPool *>(memPool)->CheckTopAllocator(this);
H A Dmempool.h53 class StackMemPool;
267 class StackMemPool : public MemPool, private StackMemPoolDebug { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp210 void *StackMemPool::Malloc(size_t size) in Malloc()
232 MemBlock *StackMemPool::AllocMemBlockBySize(size_t size) in AllocMemBlockBySize()
241 void StackMemPool::ResetStackTop(const LocalMapleAllocator *alloc, uint8_t *fixedCurPtrMark,
269 uint8_t *StackMemPool::AllocTailMemBlock(size_t size) in AllocTailMemBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cg.cpp35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dlive.h89 StackMemPool &stackMp;
H A Dcg.h209 virtual CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &, BECommon &, MemPool &, StackMemPool &, MapleAllocator &,
H A Dcgfunc.h88 CGFunc(MIRModule &mod, CG &cg, MIRFunction &mirFunc, BECommon &beCommon, MemPool &memPool, StackMemPool &stackMp,
668 StackMemPool &GetStackMemPool() in GetStackMemPool()
1037 StackMemPool &stackMp;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cg.h78 CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &mirFunc, BECommon &bec, MemPool &memPool, StackMemPool &stackMp,
H A Dx64_cgfunc.h28 X64CGFunc(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/aarch64/
H A Daarch64_cg.h50 CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &mirFunc, BECommon &bec, MemPool &memPool, StackMemPool &stackMp,
H A Daarch64_cgfunc.h32 AArch64CGFunc(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/
H A Dcg_phasemanager.cpp204 auto stackMp = std::make_unique<StackMemPool>(funcMp->GetCtrler(), ""); in PhaseRun()
H A Dcgfunc.cpp483 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()

Completed in 10 milliseconds