Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h248 class LocalMapleAllocator; variable
252 void PushAllocator(const LocalMapleAllocator *alloc) in PushAllocator()
256 void CheckTopAllocator(const LocalMapleAllocator *alloc) const in CheckTopAllocator()
264 std::stack<const LocalMapleAllocator *> allocators;
269 void PushAllocator(const LocalMapleAllocator * /* alloc */) const {} in PushAllocator() argument
271 void CheckTopAllocator(const LocalMapleAllocator * /* alloc */) const {} in CheckTopAllocator() argument
278 friend LocalMapleAllocator; variable
301 …void ResetStackTop(const LocalMapleAllocator *alloc, uint8_t *fixedCurPtrMark, MemBlock *fixedStac…
Dmempool_allocator.h72 class LocalMapleAllocator : public MapleAllocator {
74 explicit LocalMapleAllocator(StackMemPool &m) in LocalMapleAllocator() function
83 ~LocalMapleAllocator() override in ~LocalMapleAllocator()
/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.cpp315 LocalMapleAllocator alloc(stackMp); in GenerateOut()
325 LocalMapleAllocator alloc(stackMp); in GenerateOut()
366 LocalMapleAllocator alloc(stackMp); in GenerateIn()
377 LocalMapleAllocator alloc(stackMp); in GenerateIn()
606 LocalMapleAllocator alloc(stackMp); in UpdateInOut()
612 LocalMapleAllocator alloc(stackMp); in UpdateInOut()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp246 void StackMemPool::ResetStackTop(const LocalMapleAllocator *alloc, uint8_t *fixedCurPtrMark, in ResetStackTop()