Home
last modified time | relevance | path

Searched refs:DecodeRootTable (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp416 CUnorderedSet<uint64_t> DecodeRootTable(std::ifstream &file, uint32_t offset, uint32_t secSize) in DecodeRootTable() function
506 auto rootSet = DecodeRootTable(file, sections[0], sections[1]); in GenerateHeapSnapshot()