Lines Matching defs:GetMethodAbcId
62 auto abcId = GetMethodAbcId(ctorFunc);
103 auto abcId = GetMethodAbcId(ctorFunc);
615 auto abcId = GetMethodAbcId(func);
661 auto abcId = GetMethodAbcId(func);
1345 ApEntityId ctorAbcId = GetMethodAbcId(ctorFunction);
1449 calleeAbcId = GetMethodAbcId(callee->GetMethod());
1941 ApEntityId PGOProfiler::GetMethodAbcId(JSTaggedValue jsMethod)
1956 ApEntityId PGOProfiler::GetMethodAbcId(JSFunction *jsFunction)
1961 return GetMethodAbcId(jsMethod);
1983 return GetRecordProfileType(pf, GetMethodAbcId(jsFunction), recordName);