Home
last modified time | relevance | path

Searched defs:metaParser (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Drawheap_translate_test.cpp44 std::unique_ptr<rawheap_translate::MetaParser> metaParser {nullptr}; member in panda::test::RawHeapTranslateTest
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp42 MetaParser metaParser; in TranslateRawheap() local
95 RawHeap *RawHeap::ParseRawheap(FileReader &file, MetaParser *metaParser) in ParseRawheap()