Searched refs:CreateRecordProfileType (Results 1 – 2 of 2) sorted by relevance
58 static ProfileType CreateRecordProfileType(ApEntityId abcId, ApEntityId classId);
1586 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