Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp239 recordInfos_->AddObjectInfo(recordName, methodId, offset, info); in ProfileObjLayout()
252 recordInfos_->AddObjectInfo(recordName, methodId, offset, info); in ProfileObjLayout()
273 recordInfos_->AddObjectInfo(recordName, jsMethod->GetMethodId(), offset, info); in ProfileObjLayout()
Dpgo_profiler_info.h498 void AddObjectInfo(uint32_t offset, const PGOObjectInfo &info) in AddObjectInfo() function
502 const_cast<RWScalarOpTypeInfo &>(*result).AddObjectInfo(info); in AddObjectInfo()
583 type_.AddObjectInfo(info); in RWScalarOpTypeInfo()
601 void AddObjectInfo(const PGOObjectInfo &info) in AddObjectInfo() function
603 type_.AddObjectInfo(info); in AddObjectInfo()
841 … bool AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info);
1037 …bool AddObjectInfo(const CString &recordName, PGOMethodId methodId, int32_t offset, const PGOObjec…
Dpgo_profiler_type.h374 AddObjectInfo(type.infos_[i]); in Merge()
378 void AddObjectInfo(const PGOObjectInfo &info) in AddObjectInfo() function
Dpgo_profiler_info.cpp667 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo() function in panda::ecmascript::PGOMethodInfoMap
671 typeInfoSet->AddObjectInfo(offset, info); in AddObjectInfo()
1008 bool PGORecordDetailInfos::AddObjectInfo( in AddObjectInfo() function in panda::ecmascript::PGORecordDetailInfos
1013 return curMethodInfos->AddObjectInfo(chunk_.get(), methodId, offset, info); in AddObjectInfo()