Home
last modified time | relevance | path

Searched refs:GetHeapSize (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dheap_space_test.cpp125 ASSERT_EQ(heapSpace_->GetHeapSize(), 10_MB); in TEST_F()
128 ASSERT_EQ(heapSpace_->GetHeapSize(), 6_MB); in TEST_F()
132 ASSERT_EQ(heapSpace_->GetHeapSize(), 12_MB); in TEST_F()
134 ASSERT_EQ(heapSpace_->GetHeapSize(), 6_MB); in TEST_F()
136 ASSERT_EQ(heapSpace_->GetHeapSize(), 0_MB); in TEST_F()
262 ASSERT_EQ(heapSpace_->GetHeapSize(), 10_MB); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_vm_test.cpp66 EXPECT_TRUE(options2Out.GetHeapSize() == 500_MB); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_space.h91 virtual size_t GetHeapSize() const;
308 size_t GetHeapSize() const override;
H A Dheap_space.cpp111 size_t HeapSpace::GetHeapSize() const in GetHeapSize() function in ark::mem::HeapSpace
331 size_t GenerationalSpaces::GetHeapSize() const in GetHeapSize() function in ark::mem::GenerationalSpaces
H A Dheap_manager.cpp352 return GetObjectAllocator().AsObjectAllocator()->GetHeapSpace()->GetHeapSize(); in GetTotalMemory()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_trigger.cpp308 size_t currentHeapSize = heapSpace_->GetHeapSize(); in TriggerGcIfNeeded()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp67 size_t heapSize = options.GetHeapSize(); in Create()
H A Djs_runtime_options.h474 size_t GetHeapSize() const in GetHeapSize() function in panda::ecmascript::JSRuntimeOptions

Completed in 10 milliseconds