Home
last modified time | relevance | path

Searched defs:GetSurvivedSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/space/
Dto_space.h77 size_t GetSurvivedSize() const in GetSurvivedSize() function
Dfrom_space.h92 size_t GetSurvivedSize() const in GetSurvivedSize() function
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp47 size_t GetSurvivedSize() const override { return 0; } in GetSurvivedSize() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp40 size_t GetSurvivedSize() const override { return 0; } in GetSurvivedSize() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp337 size_t HeapImpl::GetSurvivedSize() const { return theSpace_->GetSurvivedSize(); } in GetSurvivedSize() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.h330 size_t GetSurvivedSize() const in GetSurvivedSize() function
Dregion_space.h133 size_t GetSurvivedSize() const override in GetSurvivedSize() function