Home
last modified time | relevance | path

Searched defs:methodInfos (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h96 std::vector<MethodSymInfoExt> methodInfos; in QueryAllMethodSyms() local
124 auto methodInfos = reinterpret_cast<std::vector<MethodSymInfoExt> *>(userData); in AppendMethodInfo() local
Dfile_ext.cpp249 auto methodInfos = pf->QueryAllMethodSyms(); in QueryAllMethodSymsExt() local
/arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/
Dbacktrace.cpp75 auto methodInfos = ReadAllMethodInfos(file.get()); in Symbolize() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp264 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge()
771 const auto& methodInfos = recordInfos.recordInfos_; in Merge() local
876 PGOMethodInfoMap *methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseRecordInfosFromBinary() local
1022 auto methodInfos = iter->second; in ProcessToText() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp583 auto methodInfos = extractor->GetMethodInfos(); in ArkParseJsFrameInfo() local
1165 auto methodInfos = ReadAllMethodInfos(pandafile); in InitializeMethodInfo() local