Home
last modified time | relevance | path

Searched refs:GetSampleMode (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h148 static bool GetSampleMode(std::string content, SampleMode &mode) in GetSampleMode() function in panda::ecmascript::pgo::PGOMethodInfo
177 SetSampleMode(info->GetSampleMode()); in Merge()
203 SampleMode GetSampleMode() const in GetSampleMode() function in panda::ecmascript::pgo::PGOMethodInfo
H A Dpgo_profiler_info.cpp260 methodId, fromMethodInfo->GetCount(), fromMethodInfo->GetSampleMode(), fromMethodInfo->GetMethodName()); in Merge()
308 << DumpUtils::ELEMENT_SEPARATOR << std::to_string(static_cast<int>(info->GetSampleMode())) in ParseFromBinary()
331 << std::to_string(static_cast<int>(iter->second->GetSampleMode())) in ProcessToBinary()
386 if (!PGOMethodInfo::GetSampleMode(infoStrings[PGOMethodInfo::METHOD_MODE_INDEX], mode)) { in ParseFromText()
514 << DumpUtils::ELEMENT_SEPARATOR << std::to_string(static_cast<int>(info->GetSampleMode())) in ParseFromBinary()

Completed in 4 milliseconds