Home
last modified time | relevance | path

Searched refs:FindDescWithKey (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp43 bool PGOHClassLayoutDesc::FindDescWithKey(const CString &key, PGOHandler &handler) const in FindDescWithKey() function in panda::ecmascript::PGOHClassLayoutDesc
Dpgo_profiler_layout.h188 bool FindDescWithKey(const CString &key, PGOHandler &handler) const;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp78 if (desc.FindDescWithKey(keyString, newHandler)) { in UpdateTSHClassFromPGO()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp890 if (!desc.FindDescWithKey(keyString, newHandler)) { in VerifyObjIhcPGOType()