Searched refs:AddCallTargetType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.h | 53 void AddCallTargetType(uint32_t offset, PGOSampleType type) in AddCallTargetType() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 217 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType() function in panda::ecmascript::pgo::PGOMethodInfoMap 221 typeInfoSet->AddCallTargetType(offset, type); in AddCallTargetType() 596 bool PGORecordDetailInfos::AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, i… in AddCallTargetType() function in panda::ecmascript::pgo::PGORecordDetailInfos 601 return curMethodInfos->AddCallTargetType(chunk_.get(), methodId, offset, type); in AddCallTargetType()
|
| D | pgo_profiler_info.h | 288 bool AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type); 473 …bool AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGOSam…
|
| D | pgo_profiler.cpp | 1447 recordInfos_->AddCallTargetType(recordType, methodId, bcOffset, type); in DumpCall() 1465 recordInfos_->AddCallTargetType(recordType, methodId, bcOffset, type); in DumpGetIterator() 1490 recordInfos_->AddCallTargetType(recordType, methodId, bcOffset, type); in DumpNewObjRange()
|