Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h125 bool ReadStringTable(std::ifstream &file, uint32_t offset, uint32_t size);
Drawheap_translate.cpp35 !ReadStringTable(rawheapFile, sections[2], sections[3]) || // 2: str offset, 3: str size in Translate()
177 bool RawHeapTranslate::ReadStringTable(std::ifstream &file, uint32_t offset, uint32_t size) in ReadStringTable() function in rawheap_translate::RawHeapTranslate