Home
last modified time | relevance | path

Searched defs:methodInfos (Results 1 – 3 of 3) 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.cpp232 auto methodInfos = pf->QueryAllMethodSyms(); in QueryAllMethodSymsExt() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp251 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge()
690 CMap<ProfileType, PGOMethodInfoMap *> methodInfos = recordInfos.recordInfos_; in Merge() local
752 PGOMethodInfoMap *methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromBinary() local
883 PGOMethodInfoMap *methodInfos = nullptr; in ParseFromText() local
918 auto methodInfos = iter->second; in ProcessToText() local