Home
last modified time | relevance | path

Searched refs:CreateRecordProfileType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h58 static ProfileType CreateRecordProfileType(ApEntityId abcId, ApEntityId classId);
Dpgo_profiler.cpp1586 recordType = CreateRecordProfileType(abcId, ProfileType::RECORD_ID_FOR_BUNDLE); in GetRecordProfileType()
1591 recordType = CreateRecordProfileType(abcId, recordInfo.classId); in GetRecordProfileType()
1660 ProfileType PGOProfiler::CreateRecordProfileType(ApEntityId abcId, ApEntityId classId) in CreateRecordProfileType() function in panda::ecmascript::pgo::PGOProfiler