Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp353 if (typeInfo->GetInfoType() == InfoType::OP_TYPE) { in ParseFromBinary()
355 } else if (typeInfo->GetInfoType() == InfoType::DEFINE_CLASS_TYPE) { in ParseFromBinary()
357 …} else if (header->SupportUseHClassType() && typeInfo->GetInfoType() == InfoType::USE_HCLASS_TYPE)… in ParseFromBinary()
Dpgo_profiler_info.h555 InfoType GetInfoType() in GetInfoType() function