Home
last modified time | relevance | path

Searched refs:AddObjectInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.h57 void AddObjectInfo(uint32_t offset, const PGOObjectInfo &info) in AddObjectInfo() function
61 const_cast<RWScalarOpTypeInfo &>(*result).AddObjectInfo(info); in AddObjectInfo()
147 type_.AddObjectInfo(info); in RWScalarOpTemplate()
172 void AddObjectInfo(const ObjectInfoType &info) in AddObjectInfo() function
174 type_.AddObjectInfo(info); in AddObjectInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp371 AddObjectInfo(abcId, in UpdateExtraProfileTypeInfo()
841 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, hclass); in DumpICByNameWithHandler()
862AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, holderHClass, holderHClass); in DumpICByNameWithHandler()
868 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, hclass); in DumpICByNameWithHandler()
874 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, transitionHClass); in DumpICByNameWithHandler()
887 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, transitionHClass); in DumpICByNameWithHandler()
899 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, holderHClass, holderHClass); in DumpICByNameWithHandler()
912 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, holderHClass, holderHClass); in DumpICByNameWithHandler()
936 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, hclass); in DumpICByValueWithHandler()
953 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, hclass); in DumpICByValueWithHandler()
[all …]
Dpgo_profiler_info.h282 … bool AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info);
465 …bool AddObjectInfo(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, const PGOO…
Dpgo_profiler_info.cpp235 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo() function in panda::ecmascript::pgo::PGOMethodInfoMap
239 typeInfoSet->AddObjectInfo(offset, info); in AddObjectInfo()
593 bool PGORecordDetailInfos::AddObjectInfo( in AddObjectInfo() function in panda::ecmascript::pgo::PGORecordDetailInfos
598 return curMethodInfos->AddObjectInfo(chunk_.get(), methodId, offset, info); in AddObjectInfo()
Dpgo_profiler.h149 …void AddObjectInfo(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffse…
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h623 AddObjectInfo(type.infos_[i]); in Merge()
627 void AddObjectInfo(const PGOObjectInfoType &info) in AddObjectInfo() function