Searched refs:PGOHandler (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.h | 28 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 …]
|
D | pgo_profiler_layout.cpp | 24 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()
|
D | pgo_profiler_info.h | 755 PGOLayoutDescInfo(const CString &key, PGOHandler handler) : handler_(handler) in PGOLayoutDescInfo() 781 PGOHandler GetHandler() const in GetHandler() 788 PGOHandler handler_;
|
/arkcompiler/ets_runtime/ecmascript/ |
D | layout_info.cpp | 185 desc.UpdateKeyAndDesc(keyString.c_str(), PGOHandler(type, isAccessor), kind); in DumpFieldIndexForProfile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 77 PGOHandler newHandler; in UpdateTSHClassFromPGO()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 889 PGOHandler newHandler; in VerifyObjIhcPGOType()
|