Lines Matching defs:profilerString
433 std::string profilerString;
441 profilerString += DumpUtils::NEW_LINE;
442 profilerString += recordName;
443 profilerString += DumpUtils::BLOCK_AND_ARRAY_START;
446 profilerString += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE;
448 methodInfo->ProcessToText(profilerString);
449 profilerString += DumpUtils::ELEMENT_SEPARATOR;
456 profilerString += parseStream.str();
460 iter->second->ProcessToText(profilerString);
464 profilerString += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils::NEW_LINE);
465 stream << profilerString;
929 std::string profilerString;
933 profilerString += DumpUtils::NEW_LINE;
934 profilerString += DumpUtils::ARRAY_START + DumpUtils::SPACE;
937 profilerString += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE;
939 profilerString += PGOHClassTreeDescInner::GetTypeString(layoutInfoIter);
942 profilerString += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils::NEW_LINE);
943 stream << profilerString;