Home
last modified time | relevance | path

Searched defs:methodInfos (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dpanda_file_external.h96 std::vector<MethodSymInfoExt> methodInfos; in QueryAllMethodSyms() local
124 auto methodInfos = reinterpret_cast<std::vector<MethodSymInfoExt> *>(userData); in AppendMethodInfo() local
H A Dfile_ext.cpp249 auto methodInfos = pf->QueryAllMethodSyms(); in QueryAllMethodSymsExt() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp245 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge() argument
705 CMap<ProfileType, PGOMethodInfoMap *> methodInfos = recordInfos.recordInfos_; in Merge() local
776 PGOMethodInfoMap *methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); ParseFromBinary() local
912 PGOMethodInfoMap *methodInfos = nullptr; ParseFromText() local
951 auto methodInfos = iter->second; ProcessToText() local
[all...]

Completed in 3 milliseconds