Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp381 CUnorderedMap<uint64_t, CString *> DecodeStrTable(StringHashMap *strTable, std::ifstream &file, in DecodeStrTable() function
507 auto strTabMap = DecodeStrTable(GetEcmaStringTable(), file, sections[2], sections[3]); in GenerateHeapSnapshot()