Searched refs:StackMemPool (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
H A D | mempool_allocator.h | 74 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 D | mempool.h | 53 class StackMemPool; 267 class StackMemPool : public MemPool, private StackMemPoolDebug { class
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
H A D | mempool.cpp | 210 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 D | x64_cg.cpp | 35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | live.h | 89 StackMemPool &stackMp;
|
H A D | cg.h | 209 virtual CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &, BECommon &, MemPool &, StackMemPool &, MapleAllocator &,
|
H A D | cgfunc.h | 88 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 D | x64_cg.h | 78 CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &mirFunc, BECommon &bec, MemPool &memPool, StackMemPool &stackMp,
|
H A D | x64_cgfunc.h | 28 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 D | aarch64_cg.h | 50 CGFunc *CreateCGFunc(MIRModule &mod, MIRFunction &mirFunc, BECommon &bec, MemPool &memPool, StackMemPool &stackMp,
|
H A D | aarch64_cgfunc.h | 32 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 D | cg_phasemanager.cpp | 204 auto stackMp = std::make_unique<StackMemPool>(funcMp->GetCtrler(), ""); in PhaseRun()
|
H A D | cgfunc.cpp | 483 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()
|
Completed in 10 milliseconds