Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp24 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
Dpgo_profiler_layout.h186 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/
Dlayout_info.cpp185 desc.UpdateKeyAndDesc(keyString.c_str(), PGOHandler(type, isAccessor), kind); in DumpFieldIndexForProfile()