Searched defs:superType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 133 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
|
| D | pgo_profiler_layout.h | 114 void SetSuperClassType(ClassType superType) in SetSuperClassType()
|
| D | pgo_profiler_info.h | 508 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()
|
| D | pgo_profiler_info.cpp | 676 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
|