Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp62 …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 …]
Dpgo_profiler_type.h119 static PGOSampleType CreateClassType(int32_t classType) in CreateClassType() function