| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.h | 57 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/ |
| D | pgo_profiler.cpp | 371 AddObjectInfo(abcId, in UpdateExtraProfileTypeInfo() 841 AddObjectInfo(abcId, recordName, methodId, bcOffset, hclass, hclass, hclass); in DumpICByNameWithHandler() 862 … AddObjectInfo(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 …]
|
| D | pgo_profiler_info.h | 282 … bool AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info); 465 …bool AddObjectInfo(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, const PGOO…
|
| D | pgo_profiler_info.cpp | 235 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()
|
| D | pgo_profiler.h | 149 …void AddObjectInfo(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffse…
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 623 AddObjectInfo(type.infos_[i]); in Merge() 627 void AddObjectInfo(const PGOObjectInfoType &info) in AddObjectInfo() function
|