Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h547 enum class InfoType : uint8_t { NONE, OP_TYPE, DEFINE_CLASS_TYPE = 3, USE_HCLASS_TYPE }; enumerator
579 : TypeInfoHeader(InfoType::USE_HCLASS_TYPE, offset) {}; in RWScalarOpTypeInfo()
581 : TypeInfoHeader(sizeof(RWScalarOpTypeInfo), InfoType::USE_HCLASS_TYPE, offset) in RWScalarOpTypeInfo()
Dpgo_profiler_info.cpp357 … else if (header->SupportUseHClassType() && typeInfo->GetInfoType() == InfoType::USE_HCLASS_TYPE) { in ParseFromBinary()