Searched refs:CreateClassType (Results 1 – 2 of 2) sorted by relevance
62 …PGOSampleType calleeMethodOffset = PGOSampleType::CreateClassType(calleeMethod->GetMethodId().GetO… in ProfileCall()129 auto currentType = PGOSampleType::CreateClassType(ctorMethodId); in ProfileDefineClass()133 PGOSampleType superType = PGOSampleType::CreateClassType(0); in ProfileDefineClass()139 superType = PGOSampleType::CreateClassType(superMethodId); in ProfileDefineClass()187 auto currentType = PGOSampleType::CreateClassType(array->GetTraceIndex()); in ProfileCreateObject()188 auto superType = PGOSampleType::CreateClassType(0); in ProfileCreateObject()194 auto currentType = PGOSampleType::CreateClassType(traceId); in ProfileCreateObject()195 auto superType = PGOSampleType::CreateClassType(0); in ProfileCreateObject()241 auto type = PGOSampleType::CreateClassType(iter->second); in ProfileObjLayout()254 auto type = PGOSampleType::CreateClassType(array->GetTraceIndex()); in ProfileObjLayout()[all …]
119 static PGOSampleType CreateClassType(int32_t classType) in CreateClassType() function