Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h646 ScalarOpTypeInfo(uint32_t size, InfoType infoType, uint32_t offset, PGOSampleType type) in ScalarOpTypeInfo() argument
647 : TypeInfoHeader(size, infoType, offset), type_(type) {} in ScalarOpTypeInfo()
673 … uint32_t size, InfoType infoType, uint32_t offset, PGOSampleType type, PGOSampleType superType) in ObjDefOpTypeInfo() argument
674 : ScalarOpTypeInfo(size, infoType, offset, type), superType_(superType) {} in ObjDefOpTypeInfo()