Lines Matching defs:methodInfo
436 auto methodInfo = methodInfoIter.second;
437 if (methodInfo->IsFilter(threshold)) {
448 methodInfo->ProcessToText(profilerString);
450 auto checksumIter = methodsChecksum_.find(methodInfo->GetMethodId());
458 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId());
473 auto methodInfo = methodInfoIter.second;
474 if (methodInfo->IsFilter(threshold)) {
478 methodInfo->ProcessToJson(function);
479 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId());
512 auto &methodInfo = methodNameSetIter->second.GetOrCreateMethodInfo(checksum, info->GetMethodId());
517 methodInfo.GetPGOMethodTypeSet().ParseFromBinary(context, buffer);