Home
last modified time | relevance | path

Searched refs:UpdateKeyAndDesc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp226 if (!UpdateKeyAndDesc(key, handler)) { in InsertKeyAndDesc()
231 bool RootHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc() function in panda::ecmascript::pgo::RootHClassLayoutDesc
254 if (!UpdateKeyAndDesc(key, handler)) { in InsertKeyAndDesc()
259 bool ChildHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) in UpdateKeyAndDesc() function in panda::ecmascript::pgo::ChildHClassLayoutDesc
H A Dpgo_profiler_layout.h144 virtual bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) = 0;
206 bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) override;
262 bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) override;
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.cpp251 return desc->UpdateKeyAndDesc(keyString, PGOHandler(type, propertyMeta, false)); in UpdateFieldIndexByPGO()
257 return desc->UpdateKeyAndDesc(keyString, PGOHandler(type, propertyMeta, true)); in UpdateFieldIndexByPGO()

Completed in 6 milliseconds