Home
last modified time | relevance | path

Searched refs:PropertyDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h106 using PropertyDesc = std::pair<CString, PGOHandler>; variable
107 using LayoutDesc = CVector<PropertyDesc>;
159 bool FindProperty(const CString &key, PropertyDesc &desc) const in FindProperty()
Dpgo_profiler_layout.cpp45 PropertyDesc desc; in FindDescWithKey()