Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h116 superType_ = superType; in SetSuperClassType()
121 return superType_; in GetSuperClassType()
201 ClassType superType_; variable
Dpgo_profiler_info.h657 superType_(superType) {} in ObjDefOpTypeInfo()
661 return superType_; in GetSuperType()
666 …return offset_ < right.GetOffset() || GetType() < right.GetType() || superType_ < right.superType_;
674 : ScalarOpTypeInfo(size, infoType, offset, type), superType_(superType) {} in ObjDefOpTypeInfo()
677 PGOSampleType superType_;
709 : size_(size), type_(type), superType_(superType) in PGOHClassLayoutDescInner()
732 desc.SetSuperClassType(superType_.GetClassType()); in Convert()
820 PGOSampleType superType_; variable