Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp337 auto curMethodInfo = iter->second; in ProcessToBinary() local
338 if (curMethodInfo->IsFilter(context.GetHotnessThreshold())) { in ProcessToBinary()
341 methodStream.write(reinterpret_cast<char *>(curMethodInfo), curMethodInfo->Size()); in ProcessToBinary()
343 auto checksumIter = methodsChecksum_.find(curMethodInfo->GetMethodId()); in ProcessToBinary()
351 auto typeInfoIter = methodTypeInfos_.find(curMethodInfo->GetMethodId()); in ProcessToBinary()

Completed in 4 milliseconds