Searched refs:UpdateKeyAndDesc (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_layout.cpp | 226 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 D | pgo_profiler_layout.h | 144 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 D | layout_info.cpp | 251 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