Home
last modified time | relevance | path

Searched defs:allocatedObjects (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gc_test.cpp75 void MemStatsGCTest::SetAllocatedStats(uint64_t &allocatedObjects, uint64_t &allocatedBytes, size_t… in SetAllocatedStats()
106 uint64_t allocatedObjects = stats->GetTotalObjectsAllocated(); in MemStatsTest() local
Depsilon_gcs_test.cpp126 std::vector<ObjectHeader *> allocatedObjects = AllocObjectsForTest<ObjectAllocatorNoGen<>>(); in TEST_F() local
203 std::vector<ObjectHeader *> allocatedObjects = AllocObjectsForTest<ObjectAllocatorG1<>>(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.h379 void SetAllocatedObjects(size_t allocatedObjects) in SetAllocatedObjects()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp531 size_t allocatedObjects = region->GetAllocatedObjects(); in RegionCompactingImpl() local