Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h56 size_t GetIdCount() in GetIdCount() function in panda::ecmascript::EntryIdMap
153 size_t GetIdCount() override
155 return entryIdMap_->GetIdCount();
H A Dheap_profiler_interface.h50 virtual size_t GetIdCount() = 0;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dhprof_test.cpp136 return heapProfile->GetIdCount(); in GenerateSnapShot()
420 ASSERT_TRUE(heapProfile->GetIdCount() > 0); in HWTEST_F_L0()
H A Dheap_dump_test.cpp100 return heapProfile->GetIdCount(); in GenerateSnapShot()
588 size_t GetIdCount() override
590 return profiler_->GetIdCount();

Completed in 4 milliseconds