Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h29 …esult(&memPool), cgFunc(&func), memPool(&memPool), alloc(&memPool), stackMp(func.GetStackMemPool()) in LiveAnalysis()
Dcgfunc.h1024 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp48 stackMp(func.GetStackMemPool()), in ReachingDefinition()