Home
last modified time | relevance | path

Searched refs:youngAllocator_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dtlab_allocator-inl.h34 youngAllocator_.Reset(); in TlabAllocator()
39 if (youngAllocator_.Available() != 0) { in Finalize()
40 FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.Available()); in Finalize()
41 youngAllocator_.Reset(); in Finalize()
74 uintptr_t result = youngAllocator_.Allocate(size); in AllocateInYoungSpace()
82 return youngAllocator_.Allocate(size); in AllocateInYoungSpace()
115 if (youngAllocator_.Available() != 0) { in ExpandYoung()
116 FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_ in ExpandYoung()
[all...]
H A Dtlab_allocator.h60 BumpPointerAllocator youngAllocator_; member in panda::ecmascript::TlabAllocator

Completed in 1 milliseconds