Searched refs:UpdateKeyAndDesc (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.cpp | 24 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKin… in UpdateKeyAndDesc() function in panda::ecmascript::PGOHClassLayoutDesc 29 UpdateKeyAndDesc(key, handler, layoutDesc_); in UpdateKeyAndDesc() 32 UpdateKeyAndDesc(key, handler, ptLayoutDesc_); in UpdateKeyAndDesc() 35 UpdateKeyAndDesc(key, handler, ctorLayoutDesc_); in UpdateKeyAndDesc() 56 UpdateKeyAndDesc(iter.first, iter.second, PGOObjKind::LOCAL); in Merge() 59 UpdateKeyAndDesc(iter.first, iter.second, PGOObjKind::PROTOTYPE); in Merge() 62 UpdateKeyAndDesc(iter.first, iter.second, PGOObjKind::CONSTRUCTOR); in Merge() 66 void PGOHClassLayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDes… in UpdateKeyAndDesc() function in panda::ecmascript::PGOHClassLayoutDesc
|
D | pgo_profiler_layout.h | 186 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKind kind); 198 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDesc &layoutDesc);
|
/arkcompiler/ets_runtime/ecmascript/ |
D | layout_info.cpp | 185 desc.UpdateKeyAndDesc(keyString.c_str(), PGOHandler(type, isAccessor), kind); in DumpFieldIndexForProfile()
|