Home
last modified time | relevance | path

Searched refs:GetStackMemPool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp48 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in RemovePhiLiveInFromSuccNotFromThisBB()
86 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in GenerateLiveIn()
105 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in GenerateLiveInByDefUse()
204 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in InsertInOutOfCleanupBB()
Dreaching.cpp48 stackMp(func.GetStackMemPool()), in ReachingDefinition()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h29 : AnalysisResult(&memPool), cgFunc(&func), alloc(&memPool), stackMp(func.GetStackMemPool()) in LiveAnalysis()
Dcgfunc.h1117 StackMemPool &GetStackMemPool() in GetStackMemPool() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h323 StackMemPool &GetStackMemPool() in GetStackMemPool() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h89 StackMemPool &GetStackMemPool() const in GetStackMemPool() function