Home
last modified time | relevance | path

Searched refs:PGOHandler (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h28 class PGOHandler {
33 PGOHandler() in PGOHandler() function
39 PGOHandler(TrackType type, bool isAccessor) in PGOHandler() function
92 bool operator!=(const PGOHandler &right) const
97 bool operator==(const PGOHandler &right) const
106 using PropertyDesc = std::pair<CString, PGOHandler>;
170 void AddKeyAndDesc(const CString &key, const PGOHandler &handler) in AddKeyAndDesc()
175 void AddPtKeyAndDesc(const CString &key, const PGOHandler &handler) in AddPtKeyAndDesc()
180 void AddCtorKeyAndDesc(const CString &key, const PGOHandler &handler) in AddCtorKeyAndDesc()
186 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKind kind);
[all …]
Dpgo_profiler_layout.cpp24 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKin… in UpdateKeyAndDesc()
43 bool PGOHClassLayoutDesc::FindDescWithKey(const CString &key, PGOHandler &handler) const in FindDescWithKey()
66 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDes… in UpdateKeyAndDesc()
70 PGOHandler oldHandler = iter.second; in UpdateKeyAndDesc()
92 iter.second = PGOHandler(newTrackType, handler.IsAccessor()); in UpdateKeyAndDesc()
Dpgo_profiler_info.h755 PGOLayoutDescInfo(const CString &key, PGOHandler handler) : handler_(handler) in PGOLayoutDescInfo()
781 PGOHandler GetHandler() const in GetHandler()
788 PGOHandler handler_;
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp185 desc.UpdateKeyAndDesc(keyString.c_str(), PGOHandler(type, isAccessor), kind); in DumpFieldIndexForProfile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp77 PGOHandler newHandler; in UpdateTSHClassFromPGO()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp889 PGOHandler newHandler; in VerifyObjIhcPGOType()