Home
last modified time | relevance | path

Searched defs:superType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp133 PGOSampleType superType = PGOSampleType::CreateClassType(0); in ProfileDefineClass() local
188 auto superType = PGOSampleType::CreateClassType(0); in ProfileCreateObject() local
195 auto superType = PGOSampleType::CreateClassType(0); in ProfileCreateObject() local
Dpgo_profiler_layout.h114 void SetSuperClassType(ClassType superType) in SetSuperClassType()
Dpgo_profiler_info.h508 void AddDefine(uint32_t offset, PGOSampleType type, PGOSampleType superType) in AddDefine()
655 ObjDefOpTypeInfo(uint32_t offset, PGOSampleType type, PGOSampleType superType) in ObjDefOpTypeInfo()
673 … uint32_t size, InfoType infoType, uint32_t offset, PGOSampleType type, PGOSampleType superType) in ObjDefOpTypeInfo()
708 …PGOHClassLayoutDescInner(size_t size, PGOSampleType type, PGOSampleType superType, ElementsKind ki… in PGOHClassLayoutDescInner()
Dpgo_profiler_info.cpp676 Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type, PGOSampleType superType) in AddDefine()
1017 …ing &recordName, PGOMethodId methodId, int32_t offset, PGOSampleType type, PGOSampleType superType) in AddDefine()
1166 auto superType = PGOSampleType(typeInfo.GetSuperClassType()); in ProcessToBinaryForLayout() local