Searched refs:AddCallTargetType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 487 void AddCallTargetType(uint32_t offset, PGOSampleType type) in AddCallTargetType() function 840 bool AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type); 1036 …bool AddCallTargetType(const CString &recordName, PGOMethodId methodId, int32_t offset, PGOSampleT…
|
| D | pgo_profiler_info.cpp | 659 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType() function in panda::ecmascript::PGOMethodInfoMap 663 typeInfoSet->AddCallTargetType(offset, type); in AddCallTargetType() 1000 bool PGORecordDetailInfos::AddCallTargetType(const CString &recordName, PGOMethodId methodId, int32… in AddCallTargetType() function in panda::ecmascript::PGORecordDetailInfos 1005 return curMethodInfos->AddCallTargetType(chunk_.get(), methodId, offset, type); in AddCallTargetType()
|
| D | pgo_profiler.cpp | 63 … recordInfos_->AddCallTargetType(currentRecordName, currentMethodId, pcOffset, calleeMethodOffset); in ProfileCall()
|