Home
last modified time | relevance | path

Searched refs:LocalMapleAllocator (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h240 class LocalMapleAllocator;
244 void PushAllocator(const LocalMapleAllocator *alloc) in PushAllocator()
248 void CheckTopAllocator(const LocalMapleAllocator *alloc) const in CheckTopAllocator()
256 std::stack<const LocalMapleAllocator *> allocators;
261 void PushAllocator(const LocalMapleAllocator * /* alloc */) const {} in PushAllocator()
263 void CheckTopAllocator(const LocalMapleAllocator * /* alloc */) const {} in CheckTopAllocator()
270 friend LocalMapleAllocator;
273 // all malloc requested from LocalMapleAllocator
277 // these methods should be called from LocalMapleAllocator
293 void ResetStackTop(const LocalMapleAllocator *allo
[all...]
H A Dmempool_allocator.h72 class LocalMapleAllocator : public MapleAllocator { class
74 explicit LocalMapleAllocator(StackMemPool &m) in LocalMapleAllocator() function in maple::LocalMapleAllocator
83 ~LocalMapleAllocator() override
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlive.cpp48 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in RemovePhiLiveInFromSuccNotFromThisBB()
86 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in GenerateLiveIn()
105 LocalMapleAllocator allocator(cgFunc->GetStackMemPool()); in GenerateLiveInByDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp241 void StackMemPool::ResetStackTop(const LocalMapleAllocator *alloc, uint8_t *fixedCurPtrMark,

Completed in 4 milliseconds